Skip to content

Commit

Permalink
upd: trying to build for macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
Casqade authored Mar 27, 2024
1 parent 674ebf2 commit 9e653c1
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/cmake-multi-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
fail-fast: true

matrix:
os: [ubuntu-latest, windows-latest]
os: [ubuntu-latest, windows-latest, macos-latest]
compiler: [gcc, clang, cl]
include:
- os: windows-latest
Expand All @@ -42,19 +42,19 @@ jobs:
c_compiler: clang
cpp_compiler: clang++

# - os: macos-latest
# c_compiler: gcc
# cpp_compiler: g++
# - os: macos-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: ubuntu-latest
compiler: cl

# - os: macos-latest
# compiler: cl
- os: macos-latest
compiler: cl


steps:
Expand Down

0 comments on commit 9e653c1

Please sign in to comment.