Run test with older version of Xcode (#137293)
Xcode Debug tests require an older version of Xcode to run in CI. New test is failing due to incompatible Xcode version: https://ci.chromium.org/ui/p/flutter/builders/staging/Mac_arm64_ios%20flavors_test_ios_xcode_debug/1/overview
This commit is contained in:
parent
7135af2f9b
commit
341af51391
4
.ci.yaml
4
.ci.yaml
@ -3934,6 +3934,10 @@ targets:
|
|||||||
tags: >
|
tags: >
|
||||||
["devicelab", "ios", "mac"]
|
["devicelab", "ios", "mac"]
|
||||||
task_name: flavors_test_ios_xcode_debug
|
task_name: flavors_test_ios_xcode_debug
|
||||||
|
$flutter/osx_sdk : >-
|
||||||
|
{
|
||||||
|
"sdk_version": "14c18"
|
||||||
|
}
|
||||||
bringup: true
|
bringup: true
|
||||||
|
|
||||||
- name: Mac_ios flutter_gallery_ios__compile
|
- name: Mac_ios flutter_gallery_ios__compile
|
||||||
|
Loading…
x
Reference in New Issue
Block a user