Skip to content

Commit 09a2bcf

Browse files
committedNov 20, 2024
ci: Update all jobs to the latest ubuntu-24.04
1 parent 549eb77 commit 09a2bcf

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed
 

‎.github/workflows/ci.yaml

+8-8
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ defaults:
1616
jobs:
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
@@ -88,7 +88,7 @@ jobs:
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

0 commit comments

Comments
 (0)