Merge pull request #2523 from marcoieni/ubuntu-22

ci: move ubuntu-20 jobs to ubuntu-22
This commit is contained in:
Eric Huss 2025-01-15 14:37:44 +00:00 committed by GitHub
commit 35ed24cd18
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 6 additions and 6 deletions

View file

@ -17,11 +17,11 @@ jobs:
matrix: matrix:
include: include:
- target: aarch64-unknown-linux-musl - target: aarch64-unknown-linux-musl
os: ubuntu-20.04 os: ubuntu-22.04
- target: x86_64-unknown-linux-gnu - target: x86_64-unknown-linux-gnu
os: ubuntu-20.04 os: ubuntu-22.04
- target: x86_64-unknown-linux-musl - target: x86_64-unknown-linux-musl
os: ubuntu-20.04 os: ubuntu-22.04
- target: x86_64-apple-darwin - target: x86_64-apple-darwin
os: macos-latest os: macos-latest
- target: aarch64-apple-darwin - target: aarch64-apple-darwin

View file

@ -25,7 +25,7 @@ jobs:
rust: nightly rust: nightly
target: x86_64-unknown-linux-gnu target: x86_64-unknown-linux-gnu
- name: stable x86_64-unknown-linux-musl - name: stable x86_64-unknown-linux-musl
os: ubuntu-20.04 os: ubuntu-22.04
rust: stable rust: stable
target: x86_64-unknown-linux-musl target: x86_64-unknown-linux-musl
- name: stable x86_64 macos - name: stable x86_64 macos
@ -41,7 +41,7 @@ jobs:
rust: stable rust: stable
target: x86_64-pc-windows-msvc target: x86_64-pc-windows-msvc
- name: msrv - name: msrv
os: ubuntu-20.04 os: ubuntu-22.04
# sync MSRV with docs: guide/src/guide/installation.md and Cargo.toml # sync MSRV with docs: guide/src/guide/installation.md and Cargo.toml
rust: 1.74.0 rust: 1.74.0
target: x86_64-unknown-linux-gnu target: x86_64-unknown-linux-gnu
@ -56,7 +56,7 @@ jobs:
run: cargo test --no-default-features --target ${{ matrix.target }} run: cargo test --no-default-features --target ${{ matrix.target }}
aarch64-cross-builds: aarch64-cross-builds:
runs-on: ubuntu-20.04 runs-on: ubuntu-22.04
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- name: Install Rust - name: Install Rust