Skip to content

Commit

Permalink
ci:cmake: add clang-15 to compiler test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
scivision committed Nov 1, 2023
1 parent 3947f7f commit 9d2a364
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/ci_cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,16 +26,14 @@ jobs:

strategy:
matrix:
cc: [gcc-9, gcc-10, gcc-11, gcc-12]
cc: [gcc-9, gcc-10, gcc-11, gcc-12, clang-14, clang-15]
shared: [false]
mpi: [true]
include:
- shared: true
cc: gcc
mpi: true
- shared: false
cc: clang-14
mpi: false
- mpi: false
cc: gcc

env:
CC: ${{ matrix.cc }}
Expand Down

0 comments on commit 9d2a364

Please sign in to comment.