Skip to content

Commit 339d17c

Browse files
authored
Merge pull request #7548 from tautschnig/clang-15
Run macos-12 CI build using Clang 15
2 parents bbe9b1f + 3e9ed8b commit 339d17c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pull-request-checks.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -588,7 +588,7 @@ jobs:
588588
run: |
589589
mkdir build
590590
cd build
591-
cmake .. -G Ninja -DCMAKE_BUILD_TYPE=Release -DCMAKE_C_COMPILER=/usr/bin/clang -DCMAKE_CXX_COMPILER=/usr/bin/clang++ -Dsat_impl=glucose
591+
cmake .. -G Ninja -DCMAKE_BUILD_TYPE=Release -DCMAKE_C_COMPILER=$(brew --prefix llvm@15)/bin/clang -DCMAKE_CXX_COMPILER=$(brew --prefix llvm@15)/bin/clang++ -Dsat_impl=glucose
592592
- name: Build with Ninja
593593
run: cd build; ninja -j3
594594
- name: Print ccache stats

0 commit comments

Comments
 (0)