File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -17,11 +17,11 @@ jobs:
17
17
matrix :
18
18
include :
19
19
- target : aarch64-unknown-linux-musl
20
- os : ubuntu-20 .04
20
+ os : ubuntu-22 .04
21
21
- target : x86_64-unknown-linux-gnu
22
- os : ubuntu-20 .04
22
+ os : ubuntu-22 .04
23
23
- target : x86_64-unknown-linux-musl
24
- os : ubuntu-20 .04
24
+ os : ubuntu-22 .04
25
25
- target : x86_64-apple-darwin
26
26
os : macos-latest
27
27
- target : aarch64-apple-darwin
Original file line number Diff line number Diff line change 25
25
rust : nightly
26
26
target : x86_64-unknown-linux-gnu
27
27
- name : stable x86_64-unknown-linux-musl
28
- os : ubuntu-20 .04
28
+ os : ubuntu-22 .04
29
29
rust : stable
30
30
target : x86_64-unknown-linux-musl
31
31
- name : stable x86_64 macos
41
41
rust : stable
42
42
target : x86_64-pc-windows-msvc
43
43
- name : msrv
44
- os : ubuntu-20 .04
44
+ os : ubuntu-22 .04
45
45
# sync MSRV with docs: guide/src/guide/installation.md and Cargo.toml
46
46
rust : 1.74.0
47
47
target : x86_64-unknown-linux-gnu
56
56
run : cargo test --no-default-features --target ${{ matrix.target }}
57
57
58
58
aarch64-cross-builds :
59
- runs-on : ubuntu-20 .04
59
+ runs-on : ubuntu-22 .04
60
60
steps :
61
61
- uses : actions/checkout@v4
62
62
- name : Install Rust
You can’t perform that action at this time.
0 commit comments