We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88ac4e4 commit 7884dd5Copy full SHA for 7884dd5
.github/workflows/CI.yml
@@ -14,7 +14,7 @@ jobs:
14
container: ghcr.io/gridtools/gridtools-base:${{ matrix.compiler }}
15
strategy:
16
matrix:
17
- compiler: [gcc-8, gcc-10, gcc-11, gcc-12, gcc-13, clang-10, clang-14, clang-15, clang-16]
+ compiler: [gcc-8, gcc-10, gcc-11, gcc-12, gcc-13, clang-10, clang-15, clang-16, clang-17]
18
build_type: [Debug, Release]
19
exclude:
20
- compiler: gcc-10
0 commit comments