Skip to content

Commit

Permalink
Exclude ubuntu/C++ 11/googletest system from the test matrix since it…
Browse files Browse the repository at this point in the history
… doesn't compile.
  • Loading branch information
jbeder committed Dec 17, 2024
1 parent 7def204 commit 61db897
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 61db897

Please sign in to comment.