Skip to content

Commit 640c127

Browse files
committed
ci: disable gcc-13 on macos-12
1 parent d91e933 commit 640c127

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ jobs:
3636
exclude:
3737
- os: macos-12
3838
toolchain: {compiler: intel, version: '2024.1'}
39+
- os: macos-12
40+
toolchain: {compiler: gcc, version: 13}
3941
env:
4042
BUILD_DIR: ${{ matrix.build == 'cmake' && 'build' || '.' }}
4143

0 commit comments

Comments
 (0)