aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-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 9ab6d9a..1c946a1 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -66,8 +66,8 @@ jobs:
- uses: actions/checkout@v4
- name: Setup Dependencies
run: |
- brew install llvm@14
- echo "/usr/local/opt/llvm@14/bin" >> $GITHUB_PATH
+ brew install llvm@17
+ echo "/usr/local/opt/llvm@17/bin" >> $GITHUB_PATH
TMP_PATH=$(xcrun --show-sdk-path)/user/include
echo "CPATH=$TMP_PATH" >> $GITHUB_ENV
- name: Build Odin