Skip to content

Commit

Permalink
1705571682
Browse files Browse the repository at this point in the history
  • Loading branch information
Oleh Kulykov committed Jan 18, 2024
1 parent 1b9acfd commit 8e22490
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/cmake-multi-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,13 @@ jobs:
#
# To add more build types (Release, Debug, RelWithDebInfo, etc.) customize the build_type list.
matrix:
os: [ubuntu-latest, windows-latest]
os: [macos-latest, ubuntu-latest, windows-latest]
build_type: [Release]
c_compiler: [gcc, clang, cl]
include:
- os: macos-latest
c_compiler: clang
cpp_compiler: clang++
- os: windows-latest
c_compiler: cl
cpp_compiler: cl
Expand All @@ -35,6 +38,8 @@ jobs:
c_compiler: clang
cpp_compiler: clang++
exclude:
- os: macos-latest
c_compiler: cl
- os: windows-latest
c_compiler: gcc
- os: windows-latest
Expand Down

0 comments on commit 8e22490

Please sign in to comment.