Skip to content

Commit

Permalink
CI: test clang 18 (#274)
Browse files Browse the repository at this point in the history
  • Loading branch information
havogt authored Mar 21, 2024
1 parent 7884dd5 commit f2ba6ac
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 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-15, clang-16, clang-17]
compiler: [gcc-8, gcc-10, gcc-11, gcc-12, gcc-13, clang-10, clang-15, clang-16, clang-17, clang-18]
build_type: [Debug, Release]
exclude:
- compiler: gcc-10
Expand All @@ -29,6 +29,8 @@ jobs:
build_type: Debug
- compiler: clang-15
build_type: Debug
- compiler: clang-16
build_type: Debug

steps:
- uses: actions/checkout@v1
Expand Down

0 comments on commit f2ba6ac

Please sign in to comment.