Skip to content

Commit

Permalink
Try using clang++-15 to compile
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidLazarescu authored Feb 4, 2024
1 parent 79b942d commit b88063e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
run: |
mkdir build-Release
cd build-Release
cmake -GNinja -DCMAKE_BUILD_TYPE=Release -DCMAKE_CXX_COMPILER=clang++ -DBUILD_TESTS=ON ..
cmake -GNinja -DCMAKE_BUILD_TYPE=Release -DCMAKE_CXX_COMPILER=clang++-15 -DBUILD_TESTS=ON ..
cmake --build .
- name: Run tests
Expand Down

0 comments on commit b88063e

Please sign in to comment.