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 @@ -16,7 +16,7 @@ defaults:
1616jobs :
1717 style_check :
1818 name : Style check
19- runs-on : ubuntu-22 .04
19+ runs-on : ubuntu-24 .04
2020 steps :
2121 - uses : actions/checkout@v4
2222 - name : Setup Rust toolchain
@@ -30,10 +30,10 @@ jobs:
3030 strategy :
3131 matrix :
3232 toolchain : [stable, nightly, 1.63.0]
33- os : [ubuntu-22 .04, macos-14, windows-2022]
33+ os : [ubuntu-24 .04, macos-14, windows-2022]
3434 include :
3535 - toolchain : beta
36- os : ubuntu-22 .04
36+ os : ubuntu-24 .04
3737 runs-on : ${{ matrix.os }}
3838 env :
3939 TOOLCHAIN : ${{ matrix.toolchain }}
@@ -51,10 +51,10 @@ jobs:
5151 include :
5252 - target : i686-unknown-linux-gnu
5353 docker : true
54- os : ubuntu-22 .04
54+ os : ubuntu-24 .04
5555 - target : x86_64-unknown-linux-gnu
5656 docker : true
57- os : ubuntu-22 .04
57+ os : ubuntu-24 .04
5858 - target : aarch64-apple-darwin
5959 os : macos-14
6060 - target : x86_64-pc-windows-gnu
8888 test_tier2 :
8989 name : Test tier2
9090 needs : [test_tier1, style_check]
91- runs-on : ubuntu-22 .04
91+ runs-on : ubuntu-24 .04
9292 strategy :
9393 fail-fast : true
9494 max-parallel : 12
@@ -160,7 +160,7 @@ jobs:
160160
161161 check_cfg :
162162 name : " Check #[cfg]s"
163- runs-on : ubuntu-22 .04
163+ runs-on : ubuntu-24 .04
164164 env :
165165 TOOLCHAIN : nightly
166166 steps :
@@ -174,7 +174,7 @@ jobs:
174174 # protection, rather than having to add each job separately.
175175 success :
176176 name : success
177- runs-on : ubuntu-22 .04
177+ runs-on : ubuntu-24 .04
178178 needs :
179179 - style_check
180180 - test_tier1
You can’t perform that action at this time.
0 commit comments