File tree 1 file changed +12
-16
lines changed 1 file changed +12
-16
lines changed Original file line number Diff line number Diff line change 35
35
- x86_64-unknown-linux-musl
36
36
37
37
include :
38
- - rust : 1.28.0
39
- TARGET : x86_64-unknown-linux-gnu
40
-
41
38
# Test nightly but don't fail
42
39
- rust : nightly
43
40
TARGET : x86_64-unknown-linux-gnu
60
57
args : --target=${{ matrix.TARGET }}
61
58
62
59
ci-linux-msrv :
63
- name : CI
60
+ name : CI-MSRV
64
61
runs-on : ubuntu-latest
65
62
steps :
66
63
- uses : actions/checkout@v4
@@ -72,22 +69,21 @@ jobs:
72
69
- run : cargo test
73
70
74
71
ci-macos :
75
- name : CI
76
- runs-on : macos-11
77
-
78
- strategy :
79
- matrix :
80
- rust : [stable, 1.28.0]
81
- TARGET : [x86_64-apple-darwin]
72
+ name : CI-macOS
73
+ runs-on : macos-latest
82
74
83
75
steps :
84
76
- uses : actions/checkout@v4
85
- - uses : dtolnay/rust-toolchain@master
86
- with :
87
- toolchain : ${{ matrix.rust }}
88
- target : ${{ matrix.target }}
77
+ - uses : dtolnay/rust-toolchain@stable
78
+ - run : cargo build
89
79
90
- - run : cargo build --target=${{ matrix.TARGET }}
80
+ ci-macos-msrv :
81
+ name : CI-macOS-MSRV
82
+ runs-on : macos-13 # Latest for Intel-based CPUs
83
+ steps :
84
+ - uses : actions/checkout@v4
85
+ - uses : dtolnay/rust-toolchain@1.28.0
86
+ - run : cargo build
91
87
92
88
checks :
93
89
runs-on : ubuntu-latest
You can’t perform that action at this time.
0 commit comments