From f2b962a492dad77b54561833c118cc9fd157f624 Mon Sep 17 00:00:00 2001 From: gingerBill Date: Tue, 18 Mar 2025 16:41:25 +0000 Subject: [PATCH] Use LLVM-18 for macOS ARM --- .github/workflows/ci.yml | 4 ++-- 1 file 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