Skip to content

Commit df55ff5

Browse files
Use XCode 26.1 in MacOS15 (#1658)
Fixing 'error: iOS 26.0 Platform Not Installed.' Alternative: `xcodebuild -downloadPlatform iOS` no delay in the job duration observed and no there's no this command in the log to check if actual download has happened or is it just a setup Relates-To: MINOR Signed-off-by: Rustam Gamidov <ext-rustam.gamidov@here.com>
1 parent 614f83b commit df55ff5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/psv_pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ jobs:
193193
run: scripts/ios/azure_ios_build_psv.sh
194194
shell: bash
195195
env:
196-
SELECT_XCODE_LOCATION: "/Applications/Xcode_26.0.app"
196+
SELECT_XCODE_LOCATION: "/Applications/Xcode_26.1.app"
197197

198198
psv-ios-os15-arm64-xcode-16-build:
199199
name: PSV.iOS.MacOS15.Xcode16.ARM64

0 commit comments

Comments
 (0)