Skip to content

Commit ce45381

Browse files
committed
CI correction
1 parent daea32a commit ce45381

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 2 deletions
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:
@@ -46,7 +46,10 @@ jobs:
4646
c_compiler: clang
4747
- os: ubuntu-latest
4848
c_compiler: cl
49-
49+
- os: macos-latest
50+
c_compiler: gcc
51+
- os: macos-latest
52+
c_compiler: cl
5053
steps:
5154
- uses: actions/checkout@v4
5255

0 commit comments

Comments
 (0)