File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -18,13 +18,13 @@ jobs:
18
18
strategy :
19
19
matrix :
20
20
include :
21
- - os : ubuntu-20 .04
21
+ - os : ubuntu-24 .04
22
22
target : x86_64-unknown-linux-gnu
23
23
- os : windows-2022
24
24
target : x86_64-pc-windows-msvc
25
25
- os : macOS-latest
26
26
target : x86_64-apple-darwin
27
- - os : ubuntu-20 .04
27
+ - os : ubuntu-24 .04
28
28
target : aarch64-linux-android
29
29
host : x86_64-unknown-linux-gnu
30
30
runs-on : ${{ matrix.os }}
@@ -117,14 +117,14 @@ jobs:
117
117
# This just allows us to branch protect on this one job rather needing to change
118
118
# it if the test matrix changes
119
119
test_success :
120
- runs-on : ubuntu-22 .04
120
+ runs-on : ubuntu-24 .04
121
121
needs : test
122
122
steps :
123
123
- run : echo "All test jobs passed"
124
124
125
125
lint :
126
126
name : Lint
127
- runs-on : ubuntu-20 .04
127
+ runs-on : ubuntu-24 .04
128
128
steps :
129
129
# Note that we are explicitly NOT checking out submodules, to validate
130
130
# that we haven't accidentally enabled spirv-tools native compilation
@@ -157,7 +157,7 @@ jobs:
157
157
run : .github/workflows/lint.sh
158
158
159
159
cargo-deny :
160
- runs-on : ubuntu-22 .04
160
+ runs-on : ubuntu-24 .04
161
161
steps :
162
162
- uses : actions/checkout@v4
163
163
- uses : EmbarkStudios/cargo-deny-action@v2
You can’t perform that action at this time.
0 commit comments