We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0631c73 commit f131eb5Copy full SHA for f131eb5
.github/workflows/_build-any.yml
@@ -70,6 +70,12 @@ jobs:
70
with:
71
xcode-version: ${{ env._XCODE_VERSION }}
72
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
+
79
- name: Configure Ruby
80
uses: ruby/setup-ruby@829114fc20da43a41d27359103ec7a63020954d4 # v1.255.0
81
0 commit comments