Skip to content

Commit

Permalink
blacklisting non macos compilers
Browse files Browse the repository at this point in the history
  • Loading branch information
jonas-eschmann authored Feb 13, 2024
1 parent fcae213 commit b96c214
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/cmake-multi-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,10 @@ jobs:
c_compiler: clang
- os: ubuntu-latest
c_compiler: cl
- os: macos-latest
c_compiler: cl
- os: macos-latest
c_compiler: gcc

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit b96c214

Please sign in to comment.