Skip to content

Commit

Permalink
fixed bug for macos build
Browse files Browse the repository at this point in the history
  • Loading branch information
ArmanDris committed May 24, 2024
1 parent 12dfa4f commit a9a37e2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/cmake-multi-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,12 @@ jobs:
- os: ubuntu-latest
c_compiler: clang
cpp_compiler: clang++
- os: macos-latest
c_compiler: gcc
cpp_compiler: g++
- os: macos-latest
c_compiler: clang
cpp_compiler: clang++
exclude:
- os: windows-latest
c_compiler: gcc
Expand Down

0 comments on commit a9a37e2

Please sign in to comment.