Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions .ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -975,6 +975,18 @@ targets:
{"dependency": "swift_format", "version": "build_id:8797338980206841409"}
]

- name: Mac_arm64 macos_repo_checks
recipe: packages/packages
bringup: true # New target
timeout: 30
properties:
version_file: flutter_master.version
target_file: macos_repo_checks.yaml
dependencies: >
[
{"dependency": "swift_format", "version": "build_id:8797338980206841409"}
]

### macOS desktop tasks ###
# macos-platform_tests builds all the packages on ARM, so this build is run
# on Intel to give us build coverage of both host types.
Expand Down