aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMary Guillemard <mary@mary.zone>2023-11-11 22:35:58 +0100
committerGitHub <noreply@github.com>2023-11-11 22:35:58 +0100
commit98e7c33630af5a47246e3aa53c528528dbcc79bc (patch)
treec38a3b1124db3f59e67f58668e2a59ac2cf22cce
parent5c3cfb84c09b0566da677425915afa0b2d76da55 (diff)
infra: Update to LLVM 15 for macOS release1.1.1077
-rw-r--r--.github/workflows/release.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 988264a3..6089c2fd 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -156,11 +156,11 @@ jobs:
with:
global-json-file: global.json
- - name: Setup LLVM 14
+ - name: Setup LLVM 15
run: |
wget https://apt.llvm.org/llvm.sh
chmod +x llvm.sh
- sudo ./llvm.sh 14
+ sudo ./llvm.sh 15
- name: Install rcodesign
run: |
@@ -215,4 +215,4 @@ jobs:
needs: release
with:
ryujinx_version: "1.1.${{ github.run_number }}"
- secrets: inherit \ No newline at end of file
+ secrets: inherit