infra: Update to LLVM 17 (#519)

This fixes macos builds not building correctly because of a missing
LLVM 14 package.
This commit is contained in:
GabCoolGuy 2025-01-12 21:57:57 +01:00 committed by GitHub
parent c2ae49eb47
commit f1dee50275
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 12 additions and 12 deletions

View file

@ -210,11 +210,11 @@ jobs:
with:
global-json-file: global.json
- name: Setup LLVM 15
- name: Setup LLVM 17
run: |
wget https://apt.llvm.org/llvm.sh
chmod +x llvm.sh
sudo ./llvm.sh 15
sudo ./llvm.sh 17
- name: Install rcodesign
run: |