change LLVM_SYS_PREFIX

Signed-off-by: Anton-4 <17049058+Anton-4@users.noreply.github.com>
This commit is contained in:
Anton-4 2022-10-04 15:40:18 +02:00 committed by GitHub
parent a26716638d
commit f9d5eec0d8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,7 +12,7 @@ jobs:
os: [ macos-11, macos-12 ]
env:
ZIG_VERSION: 0.9.1
LLVM_SYS_130_PREFIX: /opt/homebrew/opt/llvm@13
LLVM_SYS_130_PREFIX: /usr/local/opt/llvm@13
runs-on: ${{ matrix.os }}
timeout-minutes: 120
steps: