Exclude ubuntu/C++ 11/googletest system from the test matrix since it doesn't compile.

This commit is contained in:
Jesse Beder
2024-12-17 15:50:18 -06:00
committed by Jesse Beder
parent 7def2046ff
commit 61db89741d

View File

@@ -20,6 +20,9 @@ jobs:
googletest: [build, system]
generator: ["Default Generator", "MinGW Makefiles"]
exclude:
- os: ubuntu-latest
cxx_standard: 11
googletest: system
- os: macos-latest
build: shared
- os: macos-latest