Skip to content

Commit

Permalink
cimp
Browse files Browse the repository at this point in the history
  • Loading branch information
KjellKod committed Dec 12, 2023
1 parent e5bdef3 commit 19a8c4a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/cmake-multi-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,14 +38,16 @@ jobs:
c_compiler: [gcc, clang]
include:
- os: ubuntu-latest
c_compiler: gcc
cpp_compiler: g++
- os: macos-latest
c_compiler: clang
cpp_compiler: clang++
exclude:
- os: ubuntu-latest
cpp_compiler: clang++
c_compiler: clang
- os: macos-latest
cpp_compiler: g++
c_compiler: gcc

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

0 comments on commit 19a8c4a

Please sign in to comment.