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:
17
17
jobs :
18
18
style_check :
19
19
name : Style check
20
- runs-on : ubuntu-22 .04
20
+ runs-on : ubuntu-24 .04
21
21
steps :
22
22
- uses : actions/checkout@v4
23
23
- name : Setup Rust toolchain
@@ -31,10 +31,10 @@ jobs:
31
31
strategy :
32
32
matrix :
33
33
toolchain : [stable, nightly, 1.63.0]
34
- os : [ubuntu-22 .04, macos-14, windows-2022]
34
+ os : [ubuntu-24 .04, macos-14, windows-2022]
35
35
include :
36
36
- toolchain : beta
37
- os : ubuntu-22 .04
37
+ os : ubuntu-24 .04
38
38
runs-on : ${{ matrix.os }}
39
39
env :
40
40
TOOLCHAIN : ${{ matrix.toolchain }}
@@ -52,10 +52,10 @@ jobs:
52
52
include :
53
53
- target : i686-unknown-linux-gnu
54
54
docker : true
55
- os : ubuntu-22 .04
55
+ os : ubuntu-24 .04
56
56
- target : x86_64-unknown-linux-gnu
57
57
docker : true
58
- os : ubuntu-22 .04
58
+ os : ubuntu-24 .04
59
59
- target : aarch64-apple-darwin
60
60
os : macos-14
61
61
- target : x86_64-pc-windows-gnu
89
89
test_tier2 :
90
90
name : Test tier2
91
91
needs : [test_tier1, style_check]
92
- runs-on : ubuntu-22 .04
92
+ runs-on : ubuntu-24 .04
93
93
strategy :
94
94
fail-fast : true
95
95
max-parallel : 12
@@ -161,7 +161,7 @@ jobs:
161
161
162
162
check_cfg :
163
163
name : " Check #[cfg]s"
164
- runs-on : ubuntu-22 .04
164
+ runs-on : ubuntu-24 .04
165
165
env :
166
166
TOOLCHAIN : nightly
167
167
steps :
@@ -175,7 +175,7 @@ jobs:
175
175
# protection, rather than having to add each job separately.
176
176
success :
177
177
name : success
178
- runs-on : ubuntu-22 .04
178
+ runs-on : ubuntu-24 .04
179
179
needs :
180
180
- style_check
181
181
- test_tier1
You can’t perform that action at this time.
0 commit comments