From 10449cd61f28ff9777a8119cc8929d2869ce586e Mon Sep 17 00:00:00 2001 From: Rustam Gamidov Date: Fri, 6 Feb 2026 11:06:01 +0200 Subject: [PATCH] Use actual XCode version in MacOS15 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 --- .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 7060449af..df47b8232 100644 --- a/.github/workflows/psv_pipelines.yml +++ b/.github/workflows/psv_pipelines.yml @@ -193,7 +193,7 @@ jobs: run: scripts/ios/azure_ios_build_psv.sh shell: bash env: - SELECT_XCODE_LOCATION: "/Applications/Xcode_26.0.app" + SELECT_XCODE_LOCATION: "/Applications/Xcode_26.1.app" psv-ios-os15-arm64-xcode-16-build: name: PSV.iOS.MacOS15.Xcode16.ARM64