From 420151abd14f477ee4d31f3b506af79788cb271e Mon Sep 17 00:00:00 2001 From: Grigorii Khvatskii Date: Thu, 14 Aug 2025 13:27:48 -0400 Subject: [PATCH] Force install XCode SDKs in ios-xcode-build Addresses https://github.com/actions/runner-images/issues/12541 --- .github/workflows/release.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4ed6126f487c0..8bdec58a301ae 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -608,6 +608,12 @@ jobs: with: fetch-depth: 0 + - name: Setup SDKs + run: | + xcodebuild -downloadPlatform iOS + xcodebuild -downloadPlatform tvOS + xcodebuild -downloadPlatform visionOS + - name: Build id: cmake_build run: |