diff options
| author | gingerBill <bill@gingerbill.org> | 2025-03-18 16:41:25 +0000 |
|---|---|---|
| committer | gingerBill <bill@gingerbill.org> | 2025-03-18 16:41:25 +0000 |
| commit | f2b962a492dad77b54561833c118cc9fd157f624 (patch) | |
| tree | 025e0b1af60d94702707314048f7ac69dcbe8176 /.github | |
| parent | b2376d05a6c8d324521beddd7a42b6f106189b34 (diff) | |
Use LLVM-18 for macOS ARM
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/ci.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 31cefa78c..afc53f00b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 |