ci: update to LLVM 20 on MacOS and Linux CI and releases

This commit is contained in:
Laytan
2025-04-02 21:13:10 +02:00
parent 5eaff20f4a
commit b0316b7076
4 changed files with 14 additions and 14 deletions
+4 -4
View File
@@ -93,14 +93,14 @@ jobs:
- name: Download LLVM (MacOS Intel)
if: matrix.os == 'macos-13'
run: |
brew install llvm@18 lua@5.4
echo "/usr/local/opt/llvm@18/bin" >> $GITHUB_PATH
brew install llvm@20 lua@5.4 lld
echo "/usr/local/opt/llvm@20/bin" >> $GITHUB_PATH
- name: Download LLVM (MacOS ARM)
if: matrix.os == 'macos-14'
run: |
brew install llvm@18 wasmtime lua@5.4
echo "/opt/homebrew/opt/llvm@18/bin" >> $GITHUB_PATH
brew install llvm@20 wasmtime lua@5.4 lld
echo "/opt/homebrew/opt/llvm@20/bin" >> $GITHUB_PATH
- name: Build Odin
run: ./build_odin.sh release