Skip to content

Commit f131eb5

Browse files
authored
[PM-25361] Fix Xcode 26 beta 6 build by installing simulator runtimes (#1900)
1 parent 0631c73 commit f131eb5

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/_build-any.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,12 @@ jobs:
7070
with:
7171
xcode-version: ${{ env._XCODE_VERSION }}
7272

73+
- name: Install simulators for specific Xcode version
74+
if: env._XCODE_VERSION == '26.0-beta'
75+
run: |
76+
xcodebuild -downloadPlatform iOS
77+
xcodebuild -downloadPlatform watchOS
78+
7379
- name: Configure Ruby
7480
uses: ruby/setup-ruby@829114fc20da43a41d27359103ec7a63020954d4 # v1.255.0
7581
with:

0 commit comments

Comments
 (0)