Skip to content

Commit 7884dd5

Browse files
authored
CI: Add Clang 17 (#273)
1 parent 88ac4e4 commit 7884dd5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CI.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
container: ghcr.io/gridtools/gridtools-base:${{ matrix.compiler }}
1515
strategy:
1616
matrix:
17-
compiler: [gcc-8, gcc-10, gcc-11, gcc-12, gcc-13, clang-10, clang-14, clang-15, clang-16]
17+
compiler: [gcc-8, gcc-10, gcc-11, gcc-12, gcc-13, clang-10, clang-15, clang-16, clang-17]
1818
build_type: [Debug, Release]
1919
exclude:
2020
- compiler: gcc-10

0 commit comments

Comments
 (0)