Try different version of MacOS
This commit is contained in:
parent
515117c6fd
commit
dcef3b49c2
5
.github/workflows/cmake.yml
vendored
5
.github/workflows/cmake.yml
vendored
@ -39,7 +39,10 @@ jobs:
|
||||
|
||||
build-macos:
|
||||
name: Build and Test on MacOS
|
||||
runs-on: macos-latest
|
||||
strategy:
|
||||
matrix:
|
||||
os: [ macos-11, macos-12 ]
|
||||
runs-on: ${{matrix.os}}
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- name: Configure CMake
|
||||
|
||||
Loading…
Reference in New Issue
Block a user