Skip to content

Commit

Permalink
feat: added macos to pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
Skryvvara authored Jul 22, 2024
1 parent 8a0a8d6 commit 9f6a771
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cmake-multi-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
#
# To add more build types (Release, Debug, RelWithDebInfo, etc.) customize the build_type list.
matrix:
os: [ubuntu-latest, windows-latest]
os: [ubuntu-latest, windows-latest, macos-latest]
build_type: [Release]
c_compiler: [gcc, clang, cl]
include:
Expand All @@ -33,7 +33,7 @@ jobs:
- os: ubuntu-latest
c_compiler: gcc
cpp_compiler: g++
- os: ubuntu-latest
- os: macos-latest
c_compiler: clang
cpp_compiler: clang++
exclude:
Expand Down

0 comments on commit 9f6a771

Please sign in to comment.