File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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
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
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
You can’t perform that action at this time.
0 commit comments