Skip to content

Commit f1876bf

Browse files
committed
Exclusion of some CI combinations
1 parent 0aa8ad4 commit f1876bf

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/CI.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,11 @@ jobs:
3434
- os: ubuntu-latest
3535
build: cmake-inline
3636
toolchain: {compiler: gcc, version: 10}
37-
# exclude:
38-
# - os: macos-14
39-
# toolchain: {compiler: intel, version: '2024.1'}
40-
# - os: macos-14
41-
# toolchain: {compiler: gcc, version: 13}
37+
exclude:
38+
- os: macos-14
39+
toolchain: {compiler: intel, version: '2024.1'}
40+
- os: macos-14
41+
toolchain: {compiler: gcc, version: 10}
4242
env:
4343
BUILD_DIR: ${{ matrix.build == 'cmake' && 'build' || '.' }}
4444

0 commit comments

Comments
 (0)