We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 332d7ca commit 8698695Copy full SHA for 8698695
3 files changed
.github/workflows/build.yml
@@ -39,7 +39,7 @@ jobs:
39
JUDGE0_KEY: ""
40
JUDGE0_ENDPOINT: ""
41
DISTRIBUTE_EXTERNAL: "true"
42
- XCODE_PATH: "/Applications/Xcode_26.0.app"
+ XCODE_PATH: "/Applications/Xcode_26.2.app"
43
44
- name: Upload Artifact
45
uses: actions/upload-artifact@v4
.github/workflows/production.yml
@@ -37,4 +37,4 @@ jobs:
37
JUDGE0_KEY: "${{ secrets.JUDGE0_KEY }}"
38
JUDGE0_ENDPOINT: "${{ secrets.JUDGE0_ENDPOINT }}"
DISTRIBUTE_EXTERNAL: "false"
.github/workflows/test.yml
@@ -17,4 +17,4 @@ jobs:
17
- name: Unit Tests
18
run: fastlane tests
19
env:
20
0 commit comments