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 d91e933 commit 640c127Copy full SHA for 640c127
.github/workflows/CI.yml
@@ -36,6 +36,8 @@ jobs:
36
exclude:
37
- os: macos-12
38
toolchain: {compiler: intel, version: '2024.1'}
39
+ - os: macos-12
40
+ toolchain: {compiler: gcc, version: 13}
41
env:
42
BUILD_DIR: ${{ matrix.build == 'cmake' && 'build' || '.' }}
43
0 commit comments