Use LLVM-18 for macOS ARM

This commit is contained in:
gingerBill
2025-03-18 16:41:25 +00:00
parent b2376d05a6
commit f2b962a492

View File

@@ -99,8 +99,8 @@ jobs:
- name: Download LLVM (MacOS ARM)
if: matrix.os == 'macos-14'
run: |
brew install llvm@20 wasmtime lua@5.4
echo "/opt/homebrew/opt/llvm@20/bin" >> $GITHUB_PATH
brew install llvm@18 wasmtime lua@5.4
echo "/opt/homebrew/opt/llvm@18/bin" >> $GITHUB_PATH
- name: Build Odin
run: ./build_odin.sh release