mirror of
https://github.com/odin-lang/Odin.git
synced 2025-12-28 17:04:34 +00:00
Use LLVM-18 on macOS Intel
This commit is contained in:
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user