Update macOS requirement from 11 to 12 in github CD workflow
This commit is contained in:
parent
fae2f0ada8
commit
5ec1a8d0b5
1 changed files with 1 additions and 1 deletions
2
.github/workflows/continuous_deployment.yml
vendored
2
.github/workflows/continuous_deployment.yml
vendored
|
|
@ -101,7 +101,7 @@ jobs:
|
|||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
os: [{genus: macos-11, family: osx}]
|
||||
os: [{genus: macos-12, family: osx}]
|
||||
compiler: [{cc: clang, cxx: clang++}]
|
||||
cmake_build_type: [Debug, Release]
|
||||
steps:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue