File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -22,24 +22,24 @@ jobs:
22
22
strategy :
23
23
matrix :
24
24
exclude :
25
- - os : macos-10.15
25
+ - os : macos-latest
26
26
rust_target : x86_64-gnu
27
- - os : macos-10.15
27
+ - os : macos-latest
28
28
rust_target : x86_64-msvc
29
- - os : windows-2019
29
+ - os : windows-latest
30
30
rust_target : x86_64-apple-darwin
31
- - os : ubuntu-20.04
31
+ - os : ubuntu-latest
32
32
rust_target : x86_64-msvc
33
- - os : ubuntu-20.04
33
+ - os : ubuntu-latest
34
34
rust_target : x86_64-apple-darwin
35
35
channel :
36
36
- stable
37
37
- beta
38
38
- nightly
39
39
os :
40
- - macos-10.15
41
- - ubuntu-20.04
42
- - windows-2019
40
+ - macos-latest
41
+ - ubuntu-latest
42
+ - windows-latest
43
43
rust_target :
44
44
- x86_64-gnu
45
45
- x86_64-msvc
69
69
70
70
stable :
71
71
name : " Tests / Stable"
72
- runs-on : ubuntu-20.04
72
+ runs-on : ubuntu-latest
73
73
steps :
74
74
- name : Checkout sources
75
75
uses : actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab
79
79
80
80
msrv :
81
81
name : " Tests / MSRV"
82
- runs-on : ubuntu-20.04
82
+ runs-on : ubuntu-latest
83
83
steps :
84
84
- name : Checkout sources
85
85
uses : actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab
You can’t perform that action at this time.
0 commit comments