Skip to content

Commit

Permalink
Merge branch 'Stable' into Dev
Browse files Browse the repository at this point in the history
  • Loading branch information
Jordonbc committed May 17, 2024
2 parents fa3c033 + 5ac5d8b commit 54db67d
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 @@ -24,7 +24,7 @@ jobs:
#
# To add more build types (Release, Debug, RelWithDebInfo, etc.) customize the build_type list.
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
os: [ubuntu-latest, windows-latest] # macos-latest
build_type: [Release]
c_compiler: [gcc, clang, cl]
cpp_compiler: [g++, clang++, cl]
Expand All @@ -50,14 +50,14 @@ jobs:
c_compiler: cl
- os: ubuntu-latest
cpp_compiler: cl
- os: macos-latest
c_compiler: gcc
- os: macos-latest
cpp_compiler: g++
- os: macos-latest
c_compiler: cl
- os: macos-latest
cpp_compiler: cl
#- os: macos-latest
# c_compiler: gcc
#- os: macos-latest
# cpp_compiler: g++
#- os: macos-latest
# c_compiler: cl
#- os: macos-latest
# cpp_compiler: cl
steps:
- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 54db67d

Please sign in to comment.