Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Switching over from iOS-15 to iOS-16 in .ci.yaml. (#118807)
Browse files Browse the repository at this point in the history
This will run tests on new iphone11 devicelab devices
which are running iOS-16.

Bug:flutter/flutter#117237
yusuf-goog authored Jan 19, 2023
1 parent ea36b3a commit 9b5ea30
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .ci.yaml
Original file line number Diff line number Diff line change
@@ -131,7 +131,7 @@ platform_properties:
]
os: Mac-12
cpu: x86
device_os: iOS-15
device_os: iOS-16
xcode: 14c18 # Xcode 14.2 to support iOS 16.2 in devicelab.
mac_arm64_ios:
properties:
@@ -143,7 +143,7 @@ platform_properties:
]
os: Mac-12
cpu: arm64
device_os: iOS-15
device_os: iOS-16
xcode: 14c18 # Xcode 14.2 to support iOS 16.2 in devicelab.
windows:
properties:

0 comments on commit 9b5ea30

Please sign in to comment.