You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore: Use Cirrus Runners for running unit tests on iOS 26 (#6812)
* chore: Use Cirrus Runners for running unit tests on iOS 26
* Fix broken attribute
* Remove "
* Keep timeout parameter
* Use runs-on
* Typo...
* Add `run_on_cirrus_labs` to common workflow
* Flip condition
* Use tahoe
* Just use contains value
* Update target version
# iOS 26 - Use pre-installed iOS 26.1 runtime on macOS-26
275
276
- name: iOS 26 Sentry
276
-
runs-on: macos-26
277
-
xcode: "26.1"
277
+
runs-on: tahoe
278
+
xcode: "26.1.1"
278
279
test-destination-os: "26.1"
279
280
platform: "iOS"
280
281
device: "iPhone 17 Pro"
281
282
scheme: "Sentry"
282
-
# 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.
283
-
timeout: 40
284
283
285
284
# We don't run the unit tests on macOS 13 cause we run them on all on GH actions available iOS versions.
286
285
# The chance of missing a bug solely on tvOS 16 that doesn't occur on iOS, macOS 12 or macOS 14 is minimal.
0 commit comments