File tree Expand file tree Collapse file tree 1 file changed +12
-16
lines changed Expand file tree Collapse file tree 1 file changed +12
-16
lines changed Original file line number Diff line number Diff line change 3535 - x86_64-unknown-linux-musl
3636
3737 include :
38- - rust : 1.28.0
39- TARGET : x86_64-unknown-linux-gnu
40-
4138 # Test nightly but don't fail
4239 - rust : nightly
4340 TARGET : x86_64-unknown-linux-gnu
6057 args : --target=${{ matrix.TARGET }}
6158
6259 ci-linux-msrv :
63- name : CI
60+ name : CI-MSRV
6461 runs-on : ubuntu-latest
6562 steps :
6663 - uses : actions/checkout@v4
@@ -72,22 +69,21 @@ jobs:
7269 - run : cargo test
7370
7471 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
8274
8375 steps :
8476 - 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
8979
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
9187
9288 checks :
9389 runs-on : ubuntu-latest
You can’t perform that action at this time.
0 commit comments