Skip to content

Commit

Permalink
Only force the required workflow to 24.04
Browse files Browse the repository at this point in the history
Ideally everything should run on _whatever_ ubuntu-latest means at all
times...
  • Loading branch information
dra27 committed Dec 16, 2024
1 parent 42a42fe commit edf65e0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
# We then upload the compiler tree as a build artifact to enable re-use in
# subsequent jobs.
build:
runs-on: 'ubuntu-24.04'
runs-on: 'ubuntu-latest'
outputs:
manual_changed: ${{ steps.manual.outputs.manual_changed }}
steps:
Expand Down Expand Up @@ -150,7 +150,7 @@ jobs:
matrix:
include:
- name: linux-O0
os: ubuntu-24.04
os: ubuntu-latest
config_arg: CFLAGS='-O0'
- name: macos-x86_64
os: macos-13
Expand Down Expand Up @@ -207,7 +207,7 @@ jobs:
done
i386:
runs-on: ubuntu-24.04
runs-on: ubuntu-latest
container:
image: debian:12
options: --platform linux/i386 --user root
Expand Down

0 comments on commit edf65e0

Please sign in to comment.