Skip to content

Commit 851360e

Browse files
committed
ci: Use Xcode 26.0
1 parent a2aa139 commit 851360e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
JUDGE0_KEY: ""
4040
JUDGE0_ENDPOINT: ""
4141
DISTRIBUTE_EXTERNAL: "true"
42-
XCODE_PATH: "/Applications/Xcode_16.4.app"
42+
XCODE_PATH: "/Applications/Xcode_26.0.app"
4343

4444
- name: Upload Artifact
4545
uses: actions/upload-artifact@v4

.github/workflows/production.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,4 @@ jobs:
3737
JUDGE0_KEY: "${{ secrets.JUDGE0_KEY }}"
3838
JUDGE0_ENDPOINT: "${{ secrets.JUDGE0_ENDPOINT }}"
3939
DISTRIBUTE_EXTERNAL: "false"
40-
XCODE_PATH: "/Applications/Xcode_16.4.app"
40+
XCODE_PATH: "/Applications/Xcode_26.0.app"

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ jobs:
1717
- name: Unit Tests
1818
run: fastlane tests
1919
env:
20-
XCODE_PATH: "/Applications/Xcode_16.4.app"
20+
XCODE_PATH: "/Applications/Xcode_26.0.app"

0 commit comments

Comments
 (0)