Update to macOS-13 in github actions runners

This commit is contained in:
Charles Giessen 2024-10-18 14:37:39 -05:00 committed by arcady-lunarg
parent 2bfc7cadbd
commit 0d26b9d6d6

View file

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