Skip to content

Commit d9a431a

Browse files
committed
[MacOS] Update LLVM
1 parent 116a9ef commit d9a431a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cmake.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ jobs:
139139
- name: CMake -- configure
140140
shell: bash
141141
working-directory: ${{github.workspace}}/build
142-
run: cmake $GITHUB_WORKSPACE -GNinja -DCMAKE_BUILD_TYPE=$BUILD_TYPE -DRust_CARGO_TARGET=aarch64-apple-darwin -DCMAKE_C_COMPILER=clang -DCMAKE_CXX_COMPILER=/opt/homebrew/Cellar/llvm/19.1.5/bin/clang++
142+
run: cmake $GITHUB_WORKSPACE -GNinja -DCMAKE_BUILD_TYPE=$BUILD_TYPE -DRust_CARGO_TARGET=aarch64-apple-darwin -DCMAKE_C_COMPILER=clang -DCMAKE_CXX_COMPILER=/opt/homebrew/Cellar/llvm/20.1.4/bin/clang++
143143

144144
- name: CMake -- build
145145
working-directory: ${{github.workspace}}/build

0 commit comments

Comments
 (0)