mirror of
https://github.com/microsoft/GSL.git
synced 2024-11-28 18:41:57 -05:00
Merge branch 'fix-macos-pipeline' into fix-cmake-min-version
This commit is contained in:
commit
afc2b099b5
2
.github/workflows/compilers.yml
vendored
2
.github/workflows/compilers.yml
vendored
@ -54,7 +54,7 @@ jobs:
|
|||||||
xcode:
|
xcode:
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
xcode_version: [ '14.3.1', '15.4' ]
|
xcode_version: [ '15.4', '16.1' ]
|
||||||
build_type: [ Debug, Release ]
|
build_type: [ Debug, Release ]
|
||||||
cxx_version: [ 14, 17, 20, 23 ]
|
cxx_version: [ 14, 17, 20, 23 ]
|
||||||
runs-on: macos-latest
|
runs-on: macos-latest
|
||||||
|
Loading…
Reference in New Issue
Block a user