We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c93ee3d commit c437fe9Copy full SHA for c437fe9
.github/workflows/rpcs3.yml
@@ -113,11 +113,11 @@ jobs:
113
include:
114
- name: Intel
115
build_sh: "arch -X86_64 .ci/build-mac.sh"
116
- UPLOAD_COMMIT_HASH: 8e21bdbc40711a3fccd18fbf17b742348b0f4281
+ UPLOAD_COMMIT_HASH: 51ae32f468089a8169aaf1567de355ff4a3e0842
117
UPLOAD_REPO_FULL_NAME: rpcs3/rpcs3-binaries-mac
118
- name: Apple Silicon
119
build_sh: .ci/build-mac-arm64.sh
120
- UPLOAD_COMMIT_HASH: 51ae32f468089a8169aaf1567de355ff4a3e0842
+ UPLOAD_COMMIT_HASH: 8e21bdbc40711a3fccd18fbf17b742348b0f4281
121
UPLOAD_REPO_FULL_NAME: rpcs3/rpcs3-binaries-mac-arm64
122
name: RPCS3 Mac ${{ matrix.name }}
123
runs-on: macos-14
0 commit comments