Merge pull request #2986 from jeremy-lunarg/hayes-update-macos-runner

Update MacOS runner
This commit is contained in:
Greg Fischer 2022-07-27 17:39:33 -06:00 committed by GitHub
commit f0ce653a25
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

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

View File

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