@@ -18,23 +18,23 @@ jobs:
18
18
- x86_64-pc-windows-msvc
19
19
include :
20
20
- target : x86_64-unknown-linux-gnu
21
- os : ubuntu-22.04
21
+ os : ubuntu-latest
22
22
- target : i686-unknown-linux-gnu
23
- os : ubuntu-22.04
23
+ os : ubuntu-latest
24
24
- target : aarch64-unknown-linux-gnu
25
- os : ubuntu-22.04
25
+ os : ubuntu-latest
26
26
- target : x86_64-apple-darwin
27
27
os : macos-latest
28
28
- target : aarch64-apple-darwin
29
29
os : macos-latest
30
30
- target : x86_64-pc-windows-gnu
31
- os : ubuntu-22.04
31
+ os : ubuntu-latest
32
32
- target : i686-pc-windows-gnu
33
- os : ubuntu-22.04
33
+ os : ubuntu-latest
34
34
- target : x86_64-pc-windows-msvc
35
35
os : windows-latest
36
36
steps :
37
- - uses : actions/checkout@v3
37
+ - uses : actions/checkout@main
38
38
with :
39
39
submodules : true
40
40
- uses : dtolnay/rust-toolchain@stable
@@ -75,16 +75,16 @@ jobs:
75
75
needs : build
76
76
strategy :
77
77
matrix :
78
- os : [ubuntu-22.04 , macos-latest, windows-latest]
78
+ os : [ubuntu-latest , macos-latest, windows-latest]
79
79
include :
80
- - os : ubuntu-22.04
80
+ - os : ubuntu-latest
81
81
target : x86_64-unknown-linux-gnu
82
82
- os : macos-latest
83
83
target : x86_64-apple-darwin
84
84
- os : windows-latest
85
85
target : x86_64-pc-windows-msvc
86
86
steps :
87
- - uses : actions/checkout@v3
87
+ - uses : actions/checkout@main
88
88
with :
89
89
submodules : true
90
90
- uses : dtolnay/rust-toolchain@stable
98
98
99
99
rustfmt :
100
100
name : Rustfmt
101
- runs-on : ubuntu-22.04
101
+ runs-on : ubuntu-latest
102
102
steps :
103
- - uses : actions/checkout@v3
103
+ - uses : actions/checkout@main
104
104
with :
105
105
submodules : true
106
106
- uses : dtolnay/rust-toolchain@stable
0 commit comments