mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Specify the devicelab task simulator runtime to support Xcode 11.3 (#54887)
This commit is contained in:
parent
56b7c93584
commit
bc42a6c2f6
@ -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,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user