Skip to content

Commit

Permalink
Temporarily disable most of the build matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
Ortham committed Sep 30, 2023
1 parent c7bf224 commit 38964ac
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
cxx_standard: [11, 17, 20]
build: [static, shared]
generator: ["Default Generator", "MinGW Makefiles"]
os: [windows-latest]
cxx_standard: [17]
build: [static]
generator: ["Default Generator"]
exclude:
- os: macos-latest
build: shared
Expand Down

0 comments on commit 38964ac

Please sign in to comment.