Skip to content

Commit

Permalink
whooops
Browse files Browse the repository at this point in the history
  • Loading branch information
duckfullstop committed Jan 18, 2025
1 parent 2d8531e commit 296e4bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
jobs:
get-upstream-versions:
# This is a bit yucky - it feels like it should be possible to do this with a matrix.
runs-on: ${{ matrix.arch.os }}
runs-on: ubuntu-24.04
outputs:
stable_version: ${{steps.version-stable.outputs.version}}
stable_semver_major: ${{steps.version-stable.outputs.semver_major}}
Expand Down

0 comments on commit 296e4bd

Please sign in to comment.