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 0a17f4a commit 5bc23b4Copy full SHA for 5bc23b4
.github/workflows/ui-tests.yml
@@ -136,7 +136,7 @@ jobs:
136
platform: "iOS"
137
device: iPhone 16 Pro
138
139
- # iOS 26 - Download iOS 26.1 beta runtime on macOS-26
+ # iOS 26 - Use pre-installed iOS 26.1 runtime on macOS-26
140
- job_id: ios_26
141
name: iOS 26
142
runs_on: tahoe
.github/workflows/unit-test-common.yml
@@ -85,8 +85,6 @@ jobs:
85
run: gem install slather
86
87
# Install platform runtimes that are not included by default
88
- # For iOS 16.4: Not included with Xcode 15.4 on macOS-14 (macOS-13 sunset)
89
- # For iOS/tvOS 26.1: Beta platforms not included by default
90
- name: Install required platforms
91
if: ${{ inputs.install_platforms }}
92
env:
0 commit comments