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