Unverified Commit bc42a6c2 authored by Jenn Magder's avatar Jenn Magder Committed by GitHub

Specify the devicelab task simulator runtime to support Xcode 11.3 (#54887)

parent 56b7c935
......@@ -82,6 +82,7 @@ Future<void> main() async {
'create',
'TestFlutteriPhoneWithWatch',
'com.apple.CoreSimulator.SimDeviceType.iPhone-11',
'com.apple.CoreSimulator.SimRuntime.iOS-13-2',
],
canFail: false,
workingDirectory: flutterDirectory.path,
......@@ -94,6 +95,7 @@ Future<void> main() async {
'create',
'TestFlutterWatch',
'com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Series-5-44mm',
'com.apple.CoreSimulator.SimRuntime.watchOS-6-1'
],
canFail: false,
workingDirectory: flutterDirectory.path,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment