Skip to content

Commit

Permalink
CI: Add Clang 17 (#273)
Browse files Browse the repository at this point in the history
  • Loading branch information
havogt authored Jan 31, 2024
1 parent 88ac4e4 commit 7884dd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
container: ghcr.io/gridtools/gridtools-base:${{ matrix.compiler }}
strategy:
matrix:
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]
build_type: [Debug, Release]
exclude:
- compiler: gcc-10
Expand Down

0 comments on commit 7884dd5

Please sign in to comment.