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