Skip to content
This repository has been archived by the owner on Apr 29, 2024. It is now read-only.

Commit

Permalink
Upgrade to clang 14 for Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
Hammie committed Oct 7, 2023
1 parent 65e2790 commit 368c76f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ jobs:
run: pip install conan==1.59.0
- name: Configure with cmake
run: |
export CC=clang-12
export CXX=clang++-12
export CC=clang-14
export CXX=clang++-14
${CXX} --version
mkdir build && cd build
conan profile new default --detect
Expand Down

0 comments on commit 368c76f

Please sign in to comment.