Skip to content

Commit bb85607

Browse files
authored
Run tests on iOS 17 exclusively (#144022)
Almost all of our devicelab devices are on iOS 17 now, so let's use them exclusively so we can verify that tests pass consistently on iOS 17. Fixes flutter/flutter#144020.
1 parent 0022982 commit bb85607

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.ci.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ platform_properties:
230230
]
231231
os: Mac-13
232232
cpu: x86
233-
device_os: iOS-16|iOS-17
233+
device_os: iOS-17
234234
$flutter/osx_sdk : >-
235235
{
236236
"sdk_version": "15a240d"
@@ -248,7 +248,7 @@ platform_properties:
248248
]
249249
os: Mac-13
250250
cpu: x86
251-
device_os: iOS-16|iOS-17
251+
device_os: iOS-17
252252
$flutter/osx_sdk : >-
253253
{
254254
"sdk_version": "15a240d"
@@ -266,7 +266,7 @@ platform_properties:
266266
]
267267
os: Mac-13
268268
cpu: arm64
269-
device_os: iOS-16|iOS-17
269+
device_os: iOS-17
270270
$flutter/osx_sdk : >-
271271
{
272272
"sdk_version": "15a240d"
@@ -4769,7 +4769,7 @@ targets:
47694769
["devicelab", "ios", "mac"]
47704770
task_name: flutter_gallery__transition_perf_e2e_ios
47714771
drone_dimensions: >
4772-
["device_os=iOS-16|iOS-17","os=Mac-13", "cpu=x86"]
4772+
["device_os=iOS-17","os=Mac-13", "cpu=x86"]
47734773
47744774
- name: Mac_ios animated_blur_backdrop_filter_perf_ios__timeline_summary
47754775
recipe: devicelab/devicelab_drone

0 commit comments

Comments
 (0)