Skip to content

Commit

Permalink
actions: fix build matrix for macos
Browse files Browse the repository at this point in the history
* not sure if I want to do gcc on macosx but possibly worth it
  • Loading branch information
jefferis authored Aug 9, 2024
1 parent b781158 commit 7e21c58
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 @@ -47,7 +47,7 @@ jobs:
- os: ubuntu-latest
c_compiler: cl
- os: macos-latest
c_compiler: gcc
c_compiler: cl

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

0 comments on commit 7e21c58

Please sign in to comment.