Skip to content

Commit 684cbad

Browse files
mtopo27claude
andcommitted
fix(ci): use Xcode 26.0.1 with downloadPlatform iOS
Match the working config from PR #722 - Xcode 26.0.1 with the xcodebuild -downloadPlatform iOS step to install the iOS SDK. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 3d4ee75 commit 684cbad

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.github/workflows/ios_emerge_upload_adhoc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
fetch-depth: 0
2121

2222
- name: Select Xcode version
23-
run: sudo xcode-select -s '/Applications/Xcode_16.2.app/Contents/Developer'
23+
run: sudo xcode-select -s '/Applications/Xcode_26.0.1.app/Contents/Developer'
2424

2525
- name: Download iOS platform
2626
run: xcodebuild -downloadPlatform iOS

.github/workflows/ios_emerge_upload_main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
fetch-depth: 0
2020

2121
- name: Select Xcode version
22-
run: sudo xcode-select -s '/Applications/Xcode_16.2.app/Contents/Developer'
22+
run: sudo xcode-select -s '/Applications/Xcode_26.0.1.app/Contents/Developer'
2323

2424
- name: Download iOS platform
2525
run: xcodebuild -downloadPlatform iOS
@@ -68,7 +68,7 @@ jobs:
6868
fetch-depth: 0
6969

7070
- name: Select Xcode version
71-
run: sudo xcode-select -s '/Applications/Xcode_16.2.app/Contents/Developer'
71+
run: sudo xcode-select -s '/Applications/Xcode_26.0.1.app/Contents/Developer'
7272

7373
- name: Download iOS platform
7474
run: xcodebuild -downloadPlatform iOS

.github/workflows/ios_emerge_upload_pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
fetch-depth: 0
2121

2222
- name: Select Xcode version
23-
run: sudo xcode-select -s '/Applications/Xcode_16.2.app/Contents/Developer'
23+
run: sudo xcode-select -s '/Applications/Xcode_26.0.1.app/Contents/Developer'
2424

2525
- name: Download iOS platform
2626
run: xcodebuild -downloadPlatform iOS

.github/workflows/ios_emerge_upload_snapshots.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
fetch-depth: 0
2323

2424
- name: Select Xcode version
25-
run: sudo xcode-select -s '/Applications/Xcode_16.2.app/Contents/Developer'
25+
run: sudo xcode-select -s '/Applications/Xcode_26.0.1.app/Contents/Developer'
2626

2727
- name: Download iOS platform
2828
run: xcodebuild -downloadPlatform iOS
@@ -52,7 +52,7 @@ jobs:
5252
with:
5353
fetch-depth: 0
5454
- name: Select Xcode version
55-
run: sudo xcode-select -s '/Applications/Xcode_16.2.app/Contents/Developer'
55+
run: sudo xcode-select -s '/Applications/Xcode_26.0.1.app/Contents/Developer'
5656

5757
- name: Download iOS platform
5858
run: xcodebuild -downloadPlatform iOS

0 commit comments

Comments
 (0)