Skip to content

Commit 4430d8f

Browse files
committed
2 parents f78960b + bcf50ad commit 4430d8f

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

.github/workflows/cmake-multi-platform.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
#
2424
# To add more build types (Release, Debug, RelWithDebInfo, etc.) customize the build_type list.
2525
matrix:
26-
os: [ubuntu-latest, windows-latest]
26+
os: [ubuntu-latest, windows-latest, macos-latest]
2727
build_type: [Release]
2828
c_compiler: [gcc, clang, cl]
2929
include:
@@ -36,13 +36,20 @@ jobs:
3636
- os: ubuntu-latest
3737
c_compiler: clang
3838
cpp_compiler: clang++
39+
- os: macos-latest
40+
c_compiler: clang
41+
cpp_compiler: clang++
3942
exclude:
4043
- os: windows-latest
4144
c_compiler: gcc
4245
- os: windows-latest
4346
c_compiler: clang
4447
- os: ubuntu-latest
4548
c_compiler: cl
49+
- os: macos-latest
50+
c_compiler: cl
51+
- os: macos-latest
52+
c_compiler: gcc
4653

4754
steps:
4855
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)