Skip to content
This repository has been archived by the owner on Feb 22, 2023. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
Switching over from iOS-15 to iOS-16 in .ci.yaml. (#118807)
This will run tests on new iphone11 devicelab devices
which are running iOS-16.

Bug:flutter/flutter#117237
  • Loading branch information
yusuf-goog committed 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
Expand Up @@ -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:
Expand All @@ -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:
Expand Down

0 comments on commit 9b5ea30

Please sign in to comment.