Skip to content

Commit

Permalink
[CI] Build with clang-17
Browse files Browse the repository at this point in the history
  • Loading branch information
hovind committed Nov 14, 2024
1 parent 5068569 commit 1d7fc88
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/buildAndTest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -143,8 +143,8 @@ jobs:
# Our PR builds are trying to test the two corners of the build matrix:
# clang + release + noassert + static
# gcc + debug + assert + shared
- cc: clang
cxx: clang++
- cc: clang-17
cxx: clang++-17
mode: Debug
assert: ON
shared: ON
Expand Down

0 comments on commit 1d7fc88

Please sign in to comment.