Skip to content

Commit

Permalink
[CICD] Exclude build configs
Browse files Browse the repository at this point in the history
  • Loading branch information
muit committed Oct 17, 2024
1 parent 73cdd04 commit f2aad85
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,14 @@ jobs:
compiler:
- clang-17
- gcc-14
include:
- msvc
exclude:
- os: windows-2022
compiler: gcc-14
- os: ubuntu-24.04
compiler: msvc
config: Release
- os: windows-2022
- os: macos-15
compiler: msvc
config: Debug
env:
os-name: ${{ contains(matrix.os, 'windows') && 'Windows' || (contains(matrix.os, 'ubuntu') && 'Linux' || 'MacOS') }}
steps:
Expand Down

0 comments on commit f2aad85

Please sign in to comment.