diff options
| author | gingerBill <bill@gingerbill.org> | 2025-03-18 16:46:54 +0000 |
|---|---|---|
| committer | gingerBill <bill@gingerbill.org> | 2025-03-18 16:46:54 +0000 |
| commit | de14aa510b76f6b44a091ec74f26ceb368b410ef (patch) | |
| tree | 375fab5f63052f88bd86a8f41631f9b6b35400f8 /.github/workflows | |
| parent | 809ee4287352d20313c940eba75741eca34b0bf9 (diff) | |
Use LLVM-18 on macOS Intel
Diffstat (limited to '.github/workflows')
| -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 afc53f00b..ae9701f96 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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' |