mirror of
https://github.com/KeqingMoe/argparse.git
synced 2025-07-16 20:34:39 +00:00
Add MacOS 12 CI runner
This expands test environment coverage to two MacOS versions. Signed-off-by: Sean Robinson <sean.robinson@scottsdalecc.edu>
This commit is contained in:
parent
0ad03de428
commit
566d1df20e
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@ -16,6 +16,7 @@ jobs:
|
||||
|
||||
toolchain:
|
||||
- macos-latest-clang
|
||||
- macos-12-clang
|
||||
- ubuntu-latest-clang
|
||||
- ubuntu-latest-gcc
|
||||
- windows-2019-msvc
|
||||
@ -27,6 +28,11 @@ jobs:
|
||||
c_compiler: clang
|
||||
cxx_compiler: clang++
|
||||
|
||||
- toolchain: macos-12-clang
|
||||
os: macos-latest
|
||||
c_compiler: clang
|
||||
cxx_compiler: clang++
|
||||
|
||||
- toolchain: ubuntu-latest-clang
|
||||
os: ubuntu-latest
|
||||
c_compiler: clang
|
||||
|
Loading…
Reference in New Issue
Block a user