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:
Sean Robinson 2022-08-04 11:37:02 -07:00
parent 0ad03de428
commit 566d1df20e

View File

@ -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