Skip to content

Commit 462aae1

Browse files
authored
Update cmake-multi-platform.yml
1 parent 31bcb16 commit 462aae1

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

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

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
#
2222
# To add more build types (Release, Debug, RelWithDebInfo, etc.) customize the build_type list.
2323
matrix:
24-
os: [ubuntu-latest, windows-latest]
24+
os: [ubuntu-latest, windows-latest, macos-latest]
2525
build_type: [Release]
2626
c_compiler: [gcc, clang, cl]
2727
include:
@@ -34,13 +34,18 @@ jobs:
3434
- os: ubuntu-latest
3535
c_compiler: clang
3636
cpp_compiler: clang++
37+
- os: macos-latest
38+
c_compiler: clang
39+
cpp_compiler: clang++
3740
exclude:
3841
- os: windows-latest
3942
c_compiler: gcc
4043
- os: windows-latest
4144
c_compiler: clang
4245
- os: ubuntu-latest
4346
c_compiler: cl
47+
- os: macos-latest
48+
c_compiler: cl
4449

4550
steps:
4651
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)