ci: Add testing on Mac OS 14 instead of 12

This commit is contained in:
Arcady Goldmints-Orlov 2024-05-14 14:39:59 -04:00 committed by arcady-lunarg
parent 541733a66b
commit af0641aa09

View file

@ -122,7 +122,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [macos-12, macos-13]
os: [macos-14, macos-13]
compiler: [{cc: clang, cxx: clang++}, {cc: gcc, cxx: g++}]
cmake_build_type: [Debug, Release]
steps: