mirror of
https://github.com/catchorg/Catch2.git
synced 2024-11-22 13:26:10 +01:00
C++17 Mac builds
This commit is contained in:
parent
1d746a15ac
commit
4da0c18526
2
.github/workflows/mac-builds.yml
vendored
2
.github/workflows/mac-builds.yml
vendored
@ -11,7 +11,7 @@ jobs:
|
|||||||
- g++-9
|
- g++-9
|
||||||
- clang++
|
- clang++
|
||||||
build_type: [Debug, Release]
|
build_type: [Debug, Release]
|
||||||
std: [14]
|
std: [14, 17]
|
||||||
include:
|
include:
|
||||||
- build_type: Debug
|
- build_type: Debug
|
||||||
examples: ON
|
examples: ON
|
||||||
|
Loading…
Reference in New Issue
Block a user