Jelajahi Sumber

Use LLVM-18 for macOS ARM

gingerBill 5 bulan lalu
induk
melakukan
f2b962a492
1 mengubah file dengan 2 tambahan dan 2 penghapusan
  1. 2 2
      .github/workflows/ci.yml

+ 2 - 2
.github/workflows/ci.yml

@@ -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