diff options
| author | DanielGavin <danielgavin5@hotmail.com> | 2024-04-17 00:51:48 +0200 |
|---|---|---|
| committer | DanielGavin <danielgavin5@hotmail.com> | 2024-04-17 00:51:48 +0200 |
| commit | 238bca67bf86aa87aca539926b80320ef8242289 (patch) | |
| tree | 6e9c5aa6d4b375d18f76204dfd0ad98a7d5d54ce /.github | |
| parent | 93e92be7084e0c2d96c88e8f97b6238c5e476c5d (diff) | |
Move to llvm17 for darwin
Diffstat (limited to '.github')
| -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 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 |