Skip to content

Commit

Permalink
Try to switch to AppleClang15.
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexVlx committed Aug 30, 2023
1 parent 09ff615 commit 13f1f47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
cd ${{github.workspace}}
mkdir build
cd build
cmake ../ -DCMAKE_BUILD_TYPE=RelWithDebInfo -DCMAKE_CXX_COMPILER=clang++
cmake ../ -DCMAKE_BUILD_TYPE=RelWithDebInfo -DCMAKE_CXX_COMPILER=$(brew --prefix llvm@15)/bin/clang++
cmake --build ${{github.workspace}}/build --config RelWithDebInfo -j 3
- name: Run Tests
Expand Down

0 comments on commit 13f1f47

Please sign in to comment.