Skip to content

Commit 3e9ed8b

Browse files
committed
Run macos-12 CI build using Clang 15
This is to avoid build regressions when using the (at present:) latest version of LLVM/Clang. Fixes: #7547
1 parent a3dc29d commit 3e9ed8b

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
@@ -535,7 +535,7 @@ jobs:
535535
run: |
536536
mkdir build
537537
cd build
538-
cmake .. -G Ninja -DCMAKE_BUILD_TYPE=Release -DCMAKE_C_COMPILER=/usr/bin/clang -DCMAKE_CXX_COMPILER=/usr/bin/clang++ -Dsat_impl=glucose
538+
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
539539
- name: Build with Ninja
540540
run: cd build; ninja -j3
541541
- name: Print ccache stats

0 commit comments

Comments
 (0)