Skip to content

Commit

Permalink
Use clang16 for the CI (0vercl0k#179)
Browse files Browse the repository at this point in the history
  • Loading branch information
0vercl0k authored Jul 9, 2023
1 parent 2566630 commit 9823579
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/wtf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,8 @@ jobs:
- name: Build with clang
if: matrix.compiler == 'clang'
env:
CC: clang-15
CXX: clang++-15
CC: clang-16
CXX: clang++-16
run: |
cd src/build
chmod u+x ./build-release.sh
Expand Down

0 comments on commit 9823579

Please sign in to comment.