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