From 4fb3c95cd6ab3a30066e13a17924c14cc1defc12 Mon Sep 17 00:00:00 2001 From: Rustam Gamidov Date: Fri, 3 Jul 2026 16:11:54 +0300 Subject: [PATCH] Use XCode 26.1.1 in MacOS15 build Fixing 'error: iOS 26.1 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 --- .github/workflows/psv_pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/psv_pipelines.yml b/.github/workflows/psv_pipelines.yml index 3a472acf6..e9ded0de3 100644 --- a/.github/workflows/psv_pipelines.yml +++ b/.github/workflows/psv_pipelines.yml @@ -282,7 +282,7 @@ jobs: run: scripts/ios/azure_ios_build_psv.sh shell: bash env: - SELECT_XCODE_LOCATION: "/Applications/Xcode_26.1.app" + SELECT_XCODE_LOCATION: "/Applications/Xcode_26.1.1.app" psv-ios-os15-arm64-xcode-16-build: name: PSV.iOS.MacOS15.Xcode16.ARM64