Skip to content

Commit 9271eeb

Browse files
Switching over from iOS-15 to iOS-16 in .ci.yaml. (flutter#118807) (flutter#118963)
This will run tests on new iphone11 devicelab devices which are running iOS-16. Bug:flutter#117237 Co-authored-by: yusuf-goog <[email protected]>
1 parent 7999584 commit 9271eeb

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
@@ -131,8 +131,8 @@ platform_properties:
131131
]
132132
os: Mac-12
133133
cpu: x86
134-
device_os: iOS-15
135-
xcode: 14a5294e
134+
device_os: iOS-16
135+
xcode: 14c18 # Xcode 14.2 to support iOS 16.2 in devicelab.
136136
mac_arm64_ios:
137137
properties:
138138
dependencies: >-
@@ -143,8 +143,8 @@ platform_properties:
143143
]
144144
os: Mac-12
145145
cpu: arm64
146-
device_os: iOS-15
147-
xcode: 14a5294e
146+
device_os: iOS-16
147+
xcode: 14c18 # Xcode 14.2 to support iOS 16.2 in devicelab.
148148
windows:
149149
properties:
150150
dependencies: >-

0 commit comments

Comments
 (0)