Skip to content

Commit 8dd0e8d

Browse files
committed
Exclude ubuntu + gcc-15
1 parent c02e54e commit 8dd0e8d

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
@@ -44,6 +44,8 @@ jobs:
4444
toolchain: {compiler: intel, version: '2024.1'}
4545
- os: macos-14
4646
toolchain: {compiler: gcc, version: 10}
47+
- os: ubuntu-latest
48+
toolchain: {compiler: gcc, version: 15}
4749
env:
4850
BUILD_DIR: ${{ matrix.build == 'cmake' && 'build' || '.' }}
4951

0 commit comments

Comments
 (0)