Skip to content

Commit 3f32325

Browse files
committed
CI: exclude some build variants
Signed-off-by: Hofi <[email protected]>
1 parent 55a69e4 commit 3f32325

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/macos.yml

+3
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ jobs:
1616
version: [13, 14]
1717
build-tool: [ autotools, cmake ]
1818
compiler: [ {cpp: clang++, c: clang}, {cpp: g++, c: gcc} ]
19+
exclude:
20+
- version: 14
21+
compiler: {cpp: clang++, c: clang}
1922
fail-fast: false
2023

2124
runs-on: macOS-${{ matrix.version }}

0 commit comments

Comments
 (0)