Skip to content

Commit 341af51

Browse files
authored
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
1 parent 7135af2 commit 341af51

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.ci.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3934,6 +3934,10 @@ targets:
39343934
tags: >
39353935
["devicelab", "ios", "mac"]
39363936
task_name: flavors_test_ios_xcode_debug
3937+
$flutter/osx_sdk : >-
3938+
{
3939+
"sdk_version": "14c18"
3940+
}
39373941
bringup: true
39383942

39393943
- name: Mac_ios flutter_gallery_ios__compile

0 commit comments

Comments
 (0)