File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ defaults:
1717jobs :
1818 style_check :
1919 name : Style check
20- runs-on : ubuntu-22 .04
20+ runs-on : ubuntu-24 .04
2121 steps :
2222 - uses : actions/checkout@v4
2323 - name : Setup Rust toolchain
@@ -31,10 +31,10 @@ jobs:
3131 strategy :
3232 matrix :
3333 toolchain : [stable, nightly, 1.63.0]
34- os : [ubuntu-22 .04, macos-14, windows-2022]
34+ os : [ubuntu-24 .04, macos-14, windows-2022]
3535 include :
3636 - toolchain : beta
37- os : ubuntu-22 .04
37+ os : ubuntu-24 .04
3838 runs-on : ${{ matrix.os }}
3939 env :
4040 TOOLCHAIN : ${{ matrix.toolchain }}
@@ -52,10 +52,10 @@ jobs:
5252 include :
5353 - target : i686-unknown-linux-gnu
5454 docker : true
55- os : ubuntu-22 .04
55+ os : ubuntu-24 .04
5656 - target : x86_64-unknown-linux-gnu
5757 docker : true
58- os : ubuntu-22 .04
58+ os : ubuntu-24 .04
5959 - target : aarch64-apple-darwin
6060 os : macos-14
6161 - target : x86_64-pc-windows-gnu
8989 test_tier2 :
9090 name : Test tier2
9191 needs : [test_tier1, style_check]
92- runs-on : ubuntu-22 .04
92+ runs-on : ubuntu-24 .04
9393 strategy :
9494 fail-fast : true
9595 max-parallel : 12
@@ -161,7 +161,7 @@ jobs:
161161
162162 check_cfg :
163163 name : " Check #[cfg]s"
164- runs-on : ubuntu-22 .04
164+ runs-on : ubuntu-24 .04
165165 env :
166166 TOOLCHAIN : nightly
167167 steps :
@@ -175,7 +175,7 @@ jobs:
175175 # protection, rather than having to add each job separately.
176176 success :
177177 name : success
178- runs-on : ubuntu-22 .04
178+ runs-on : ubuntu-24 .04
179179 needs :
180180 - style_check
181181 - test_tier1
You can’t perform that action at this time.
0 commit comments