Skip to content

Commit 98d7a1e

Browse files
committed
Switch back to older LLVM version.
1 parent cbaefb4 commit 98d7a1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/clang_macos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: "Install LLVM and Clang"
1818
uses: KyleMayes/install-llvm-action@v2
1919
with:
20-
version: "18.1.8"
20+
version: "15.0"
2121
- name: "Install dependencies via brew"
2222
run: |
2323
brew install libomp

0 commit comments

Comments
 (0)