We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 555548a commit fa89c87Copy full SHA for fa89c87
.github/workflows/CI.yml
@@ -39,7 +39,7 @@ jobs:
39
- os: macos-13
40
toolchain: {compiler: intel, version: '2024.1'}
41
42
- toolchain: {compiler: gcc, version: 13}
+ toolchain: {compiler: gcc, version: 13}
43
env:
44
BUILD_DIR: ${{ matrix.build == 'cmake' && 'build' || '.' }}
45
0 commit comments