Skip to content

Commit 555548a

Browse files
committed
gcc-13 not supported on macos
1 parent 151f9a3 commit 555548a

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
@@ -38,6 +38,8 @@ jobs:
3838
toolchain: {compiler: intel-classic, version: '2021.9'}
3939
- os: macos-13
4040
toolchain: {compiler: intel, version: '2024.1'}
41+
- os: macos-13
42+
toolchain: {compiler: gcc, version: 13}
4143
env:
4244
BUILD_DIR: ${{ matrix.build == 'cmake' && 'build' || '.' }}
4345

0 commit comments

Comments
 (0)