aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgingerBill <bill@gingerbill.org>2023-09-27 14:09:08 +0100
committergingerBill <bill@gingerbill.org>2023-09-27 14:09:08 +0100
commit2afccd7fbdb3a7c440597356fa4c9d635a06a8d2 (patch)
tree4d94d0b24123001c5bf1516508c0341603ba2ab5
parent991181104b65a3dd396106a95e85f4e4c6089d5e (diff)
Revert llvm@17 to llvm@13 on macOS
-rw-r--r--.github/workflows/ci.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index dce46bf57..60e3e94d2 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -58,8 +58,8 @@ jobs:
- uses: actions/checkout@v1
- name: Download LLVM, botan and setup PATH
run: |
- brew install llvm@17 botan
- echo "/usr/local/opt/llvm@17/bin" >> $GITHUB_PATH
+ brew install llvm@13 botan
+ echo "/usr/local/opt/llvm@13/bin" >> $GITHUB_PATH
TMP_PATH=$(xcrun --show-sdk-path)/user/include
echo "CPATH=$TMP_PATH" >> $GITHUB_ENV
- name: build odin