We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c02e54e commit 8dd0e8dCopy full SHA for 8dd0e8d
.github/workflows/CI.yml
@@ -44,6 +44,8 @@ jobs:
44
toolchain: {compiler: intel, version: '2024.1'}
45
- os: macos-14
46
toolchain: {compiler: gcc, version: 10}
47
+ - os: ubuntu-latest
48
+ toolchain: {compiler: gcc, version: 15}
49
env:
50
BUILD_DIR: ${{ matrix.build == 'cmake' && 'build' || '.' }}
51
0 commit comments