Use LLVM-18 on macOS Intel

This commit is contained in:
gingerBill
2025-03-18 16:46:54 +00:00
parent 809ee42873
commit de14aa510b

View File

@@ -93,8 +93,8 @@ jobs:
- name: Download LLVM (MacOS Intel)
if: matrix.os == 'macos-13'
run: |
brew install llvm@20 lua@5.4
echo "/usr/local/opt/llvm@20/bin" >> $GITHUB_PATH
brew install llvm@18 lua@5.4
echo "/usr/local/opt/llvm@18/bin" >> $GITHUB_PATH
- name: Download LLVM (MacOS ARM)
if: matrix.os == 'macos-14'