Skip to content

Commit 5c21cf8

Browse files
Fix the platform name of the windowing_test target for macOS in ci.yaml (flutter#177472)
The name of platform within the target name must exactly match one of the platforms declared in the platform_properties section. Fixes flutter#177465
1 parent fd68aaa commit 5c21cf8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7005,14 +7005,14 @@ targets:
70057005
["devicelab", "hostonly", "linux"]
70067006
task_name: windowing_test_linux
70077007

7008-
- name: MacOS windowing_test
7008+
- name: Mac windowing_test
70097009
recipe: devicelab/devicelab_drone
70107010
presubmit: true
70117011
bringup: true
70127012
timeout: 60
70137013
properties:
70147014
tags: >
7015-
["devicelab", "hostonly", "macos"]
7015+
["devicelab", "hostonly", "mac"]
70167016
task_name: windowing_test_macos
70177017

70187018

0 commit comments

Comments
 (0)