Skip to content

Commit

Permalink
Append $flutter/osx sdk property to existing platforms/targets relyin…
Browse files Browse the repository at this point in the history
…g on xcode (#4074)

Part of flutter/flutter#127534
  • Loading branch information
keyonghan authored May 25, 2023
1 parent affd267 commit 9f8dcc5
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@ platform_properties:
device_type: none
cpu: arm64
xcode: 14e222b
$flutter/osx_sdk : >-
{
"sdk_version": "14e222b"
}
mac_x64:
properties:
dependencies: >-
Expand All @@ -42,6 +46,10 @@ platform_properties:
device_type: none
cpu: x86
xcode: 14e222b
$flutter/osx_sdk : >-
{
"sdk_version": "14e222b"
}
targets:
### Linux tasks ###
Expand Down

0 comments on commit 9f8dcc5

Please sign in to comment.