Skip to content

Commit 609f380

Browse files
committed
ci: update ubuntu runners to 24.04
1 parent 175c175 commit 609f380

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/ci.yaml

+5-5
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@ jobs:
1818
strategy:
1919
matrix:
2020
include:
21-
- os: ubuntu-20.04
21+
- os: ubuntu-24.04
2222
target: x86_64-unknown-linux-gnu
2323
- os: windows-2022
2424
target: x86_64-pc-windows-msvc
2525
- os: macOS-latest
2626
target: x86_64-apple-darwin
27-
- os: ubuntu-20.04
27+
- os: ubuntu-24.04
2828
target: aarch64-linux-android
2929
host: x86_64-unknown-linux-gnu
3030
runs-on: ${{ matrix.os }}
@@ -117,14 +117,14 @@ jobs:
117117
# This just allows us to branch protect on this one job rather needing to change
118118
# it if the test matrix changes
119119
test_success:
120-
runs-on: ubuntu-22.04
120+
runs-on: ubuntu-24.04
121121
needs: test
122122
steps:
123123
- run: echo "All test jobs passed"
124124

125125
lint:
126126
name: Lint
127-
runs-on: ubuntu-20.04
127+
runs-on: ubuntu-24.04
128128
steps:
129129
# Note that we are explicitly NOT checking out submodules, to validate
130130
# that we haven't accidentally enabled spirv-tools native compilation
@@ -157,7 +157,7 @@ jobs:
157157
run: .github/workflows/lint.sh
158158

159159
cargo-deny:
160-
runs-on: ubuntu-22.04
160+
runs-on: ubuntu-24.04
161161
steps:
162162
- uses: actions/checkout@v4
163163
- uses: EmbarkStudios/cargo-deny-action@v2

0 commit comments

Comments
 (0)