mirror of
https://github.com/odin-lang/Odin.git
synced 2026-04-21 13:55:19 +00:00
Use LLVM-18 for macOS ARM
This commit is contained in:
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user