Skip to content

Commit 0961b87

Browse files
committed
ci: Update all jobs to the latest ubuntu-24.04
(backport <#4124>) (cherry picked from commit 09a2bcf)
1 parent 4a7cde5 commit 0961b87

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/ci.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ defaults:
1717
jobs:
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
@@ -89,7 +89,7 @@ jobs:
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

0 commit comments

Comments
 (0)