Skip to content

Commit 26c5e2c

Browse files
ci: Use preinstalled device for iOS 26 unit tests (#6763)
The macos-26 runner image has iOS 26 preinstalled. Now need to download and install a simulator.
1 parent 27be067 commit 26c5e2c

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -270,14 +270,12 @@ jobs:
270270
device: "iPhone 16 Pro"
271271
scheme: "Sentry"
272272

273-
# iOS 26 - Download iOS 26.1 beta runtime on macOS-26
273+
# iOS 26 - Use pre-installed iOS 26.1 runtime on macOS-26
274274
- name: iOS 26 Sentry
275275
runs-on: macos-26
276276
xcode: "26.1"
277277
test-destination-os: "26.1"
278-
install_platforms: true
279278
platform: "iOS"
280-
create_device: true
281279
device: "iPhone 17 Pro"
282280
scheme: "Sentry"
283281
# This runner seems to be slower than the others, so we give it more time because otherwise it frequently times out. The build step often alone takes 20 minutes and also booting the simulator takes a while.

0 commit comments

Comments
 (0)