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 151f9a3 commit 555548aCopy full SHA for 555548a
.github/workflows/CI.yml
@@ -38,6 +38,8 @@ jobs:
38
toolchain: {compiler: intel-classic, version: '2021.9'}
39
- os: macos-13
40
toolchain: {compiler: intel, version: '2024.1'}
41
+ - os: macos-13
42
+ toolchain: {compiler: gcc, version: 13}
43
env:
44
BUILD_DIR: ${{ matrix.build == 'cmake' && 'build' || '.' }}
45
0 commit comments