Skip to content

Commit

Permalink
Try to switch MacOS to Clang.
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexVlx committed Aug 30, 2023
1 parent 766e334 commit 09ff615
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=g++-12
cmake ../ -DCMAKE_BUILD_TYPE=RelWithDebInfo -DCMAKE_CXX_COMPILER=clang++
cmake --build ${{github.workspace}}/build --config RelWithDebInfo -j 3
- name: Run Tests
Expand Down

0 comments on commit 09ff615

Please sign in to comment.