Skip to content

Commit

Permalink
ci: update linux CI, use clang-15 instead of clang-12
Browse files Browse the repository at this point in the history
  • Loading branch information
q4a committed Nov 22, 2023
1 parent 2d3fd8d commit ed275eb
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-15
export CXX=clang++-15
${CXX} --version
mkdir build && cd build
conan profile new default --detect
Expand Down

0 comments on commit ed275eb

Please sign in to comment.