Update macOS requirement from 11 to 12 in github CD workflow

This commit is contained in:
Arcady Goldmints-Orlov 2024-07-05 16:56:22 -04:00 committed by arcady-lunarg
parent fae2f0ada8
commit 5ec1a8d0b5

View file

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