Skip to content

Commit f2ba6ac

Browse files
authored
CI: test clang 18 (#274)
1 parent 7884dd5 commit f2ba6ac

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/CI.yml

+3-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-15, clang-16, clang-17]
17+
compiler: [gcc-8, gcc-10, gcc-11, gcc-12, gcc-13, clang-10, clang-15, clang-16, clang-17, clang-18]
1818
build_type: [Debug, Release]
1919
exclude:
2020
- compiler: gcc-10
@@ -29,6 +29,8 @@ jobs:
2929
build_type: Debug
3030
- compiler: clang-15
3131
build_type: Debug
32+
- compiler: clang-16
33+
build_type: Debug
3234

3335
steps:
3436
- uses: actions/checkout@v1

0 commit comments

Comments
 (0)