Skip to content

Commit

Permalink
ci: Update all jobs to the latest ubuntu-24.04
Browse files Browse the repository at this point in the history
(backport <#4124>)
(cherry picked from commit 09a2bcf)
  • Loading branch information
tgross35 committed Nov 20, 2024
1 parent 4a7cde5 commit 0961b87
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ defaults:
jobs:
style_check:
name: Style check
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- name: Setup Rust toolchain
Expand All @@ -31,10 +31,10 @@ jobs:
strategy:
matrix:
toolchain: [stable, nightly, 1.63.0]
os: [ubuntu-22.04, macos-14, windows-2022]
os: [ubuntu-24.04, macos-14, windows-2022]
include:
- toolchain: beta
os: ubuntu-22.04
os: ubuntu-24.04
runs-on: ${{ matrix.os }}
env:
TOOLCHAIN: ${{ matrix.toolchain }}
Expand All @@ -52,10 +52,10 @@ jobs:
include:
- target: i686-unknown-linux-gnu
docker: true
os: ubuntu-22.04
os: ubuntu-24.04
- target: x86_64-unknown-linux-gnu
docker: true
os: ubuntu-22.04
os: ubuntu-24.04
- target: aarch64-apple-darwin
os: macos-14
- target: x86_64-pc-windows-gnu
Expand Down Expand Up @@ -89,7 +89,7 @@ jobs:
test_tier2:
name: Test tier2
needs: [test_tier1, style_check]
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
strategy:
fail-fast: true
max-parallel: 12
Expand Down Expand Up @@ -161,7 +161,7 @@ jobs:
check_cfg:
name: "Check #[cfg]s"
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
env:
TOOLCHAIN: nightly
steps:
Expand All @@ -175,7 +175,7 @@ jobs:
# protection, rather than having to add each job separately.
success:
name: success
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
needs:
- style_check
- test_tier1
Expand Down

0 comments on commit 0961b87

Please sign in to comment.