Merge pull request #2986 from jeremy-lunarg/hayes-update-macos-runner
Update MacOS runner
This commit is contained in:
commit
f0ce653a25
2 changed files with 2 additions and 2 deletions
2
.github/workflows/continuous_deployment.yml
vendored
2
.github/workflows/continuous_deployment.yml
vendored
|
|
@ -104,7 +104,7 @@ jobs:
|
|||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
os: [{genus: macos-10.15, family: osx}]
|
||||
os: [{genus: macos-11, family: osx}]
|
||||
compiler: [{cc: clang, cxx: clang++}]
|
||||
cmake_build_type: [Debug, Release]
|
||||
steps:
|
||||
|
|
|
|||
2
.github/workflows/continuous_integration.yml
vendored
2
.github/workflows/continuous_integration.yml
vendored
|
|
@ -64,7 +64,7 @@ jobs:
|
|||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
os: [macos-10.15]
|
||||
os: [macos-11]
|
||||
compiler: [{cc: clang, cxx: clang++}]
|
||||
cmake_build_type: [Debug, Release]
|
||||
steps:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue