Skip to content

Commit 61db897

Browse files
committed
Exclude ubuntu/C++ 11/googletest system from the test matrix since it doesn't compile.
1 parent 7def204 commit 61db897

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build.yml

+3
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ jobs:
2020
googletest: [build, system]
2121
generator: ["Default Generator", "MinGW Makefiles"]
2222
exclude:
23+
- os: ubuntu-latest
24+
cxx_standard: 11
25+
googletest: system
2326
- os: macos-latest
2427
build: shared
2528
- os: macos-latest

0 commit comments

Comments
 (0)