Skip to content

Commit 5abf203

Browse files
committed
macos ci test
1 parent 8e45b34 commit 5abf203

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
strategy:
1818
fail-fast: false
1919
matrix:
20-
os: [ubuntu-22.04, ubuntu-24.04]
20+
os: [macos-latest]
2121
compiler: [gcc-13, gcc-14, gcc-15, clang-17, clang-18, clang-19, clang-20]
2222
include:
2323
- compiler: gcc-13
@@ -55,6 +55,14 @@ jobs:
5555
"ubuntu-22.04:gcc-15"
5656
"ubuntu-24.04:gcc-15"
5757
"ubuntu-24.04:clang-17"
58+
59+
"macos-latest:gcc-13"
60+
"macos-latest:gcc-14"
61+
"macos-latest:gcc-15"
62+
"macos-latest:clang-17"
63+
"macos-latest:clang-18"
64+
"macos-latest:clang-19"
65+
"macos-latest:clang-20"
5866
)
5967
6068
combo="${{ matrix.os }}:${{ matrix.compiler }}"

0 commit comments

Comments
 (0)