Merge branch 'fix-macos-pipeline' into fix-cmake-min-version

This commit is contained in:
Carson Radtke 2024-11-15 13:33:32 -06:00
commit afc2b099b5

View File

@ -54,7 +54,7 @@ jobs:
xcode:
strategy:
matrix:
xcode_version: [ '14.3.1', '15.4' ]
xcode_version: [ '15.4', '16.1' ]
build_type: [ Debug, Release ]
cxx_version: [ 14, 17, 20, 23 ]
runs-on: macos-latest