Skip to content

Commit 35ed24c

Browse files
authored
Merge pull request #2523 from marcoieni/ubuntu-22
ci: move ubuntu-20 jobs to ubuntu-22
2 parents 618a2fa + 81d42f1 commit 35ed24c

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/deploy.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ jobs:
1717
matrix:
1818
include:
1919
- target: aarch64-unknown-linux-musl
20-
os: ubuntu-20.04
20+
os: ubuntu-22.04
2121
- target: x86_64-unknown-linux-gnu
22-
os: ubuntu-20.04
22+
os: ubuntu-22.04
2323
- target: x86_64-unknown-linux-musl
24-
os: ubuntu-20.04
24+
os: ubuntu-22.04
2525
- target: x86_64-apple-darwin
2626
os: macos-latest
2727
- target: aarch64-apple-darwin

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
rust: nightly
2626
target: x86_64-unknown-linux-gnu
2727
- name: stable x86_64-unknown-linux-musl
28-
os: ubuntu-20.04
28+
os: ubuntu-22.04
2929
rust: stable
3030
target: x86_64-unknown-linux-musl
3131
- name: stable x86_64 macos
@@ -41,7 +41,7 @@ jobs:
4141
rust: stable
4242
target: x86_64-pc-windows-msvc
4343
- name: msrv
44-
os: ubuntu-20.04
44+
os: ubuntu-22.04
4545
# sync MSRV with docs: guide/src/guide/installation.md and Cargo.toml
4646
rust: 1.74.0
4747
target: x86_64-unknown-linux-gnu
@@ -56,7 +56,7 @@ jobs:
5656
run: cargo test --no-default-features --target ${{ matrix.target }}
5757

5858
aarch64-cross-builds:
59-
runs-on: ubuntu-20.04
59+
runs-on: ubuntu-22.04
6060
steps:
6161
- uses: actions/checkout@v4
6262
- name: Install Rust

0 commit comments

Comments
 (0)