Change to LLVM@13 for ci.yml on Mac

This commit is contained in:
gingerBill
2023-08-15 10:55:37 +01:00
parent d13bed9a0a
commit fc64e787a3

View File

@@ -58,8 +58,8 @@ jobs:
- uses: actions/checkout@v1
- name: Download LLVM, botan and setup PATH
run: |
brew install llvm@11 botan
echo "/usr/local/opt/llvm@11/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