Skip to content

Commit

Permalink
In CI, add macOS (M1); for Ubuntu & Mac, ... [5]
Browse files Browse the repository at this point in the history
  • Loading branch information
axionbuster committed Feb 12, 2024
1 parent 32b4ff9 commit 93ecaf8
Showing 1 changed file with 4 additions and 12 deletions.
16 changes: 4 additions & 12 deletions .github/workflows/cmake-multi-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ jobs:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
build_type: [Release]
c_compiler: [gcc, clang-17, cl]
include:
- os: windows-latest
c_compiler: cl
Expand All @@ -39,17 +38,10 @@ jobs:
- os: macos-latest
c_compiler: clang-17
cpp_compiler: clang++-17
exclude:
- os: windows-latest
c_compiler: gcc
- os: windows-latest
c_compiler: clang-17
- os: ubuntu-latest
c_compiler: cl
- os: macos-latest
c_compiler: gcc
- os: macos-latest
c_compiler: cl
env:
- LDFLAGS: -L$HOMEBREW_PREFIX/opt/llvm/lib/c++ -Wl,-rpath,$HOMEBREW_PREFIX/opt/llvm/lib/c++
- CPPFLAGS: -I$HOMEBREW_PREFIX/opt/llvm/include
- PATH: $HOMEBREW_PREFIX/opt/llvm/bin:$PATH

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

0 comments on commit 93ecaf8

Please sign in to comment.