diff --git a/.ci.yaml b/.ci.yaml index 015577527b..fdad8f30fe 100644 --- a/.ci.yaml +++ b/.ci.yaml @@ -33,9 +33,11 @@ platform_properties: xcode: 14a5294e # xcode 14.0 beta 5 targets: + ### 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. - name: Mac_x64 build_all_packages master recipe: packages/packages - bringup: true # New target: https://github.com/flutter/packages/pull/2840 timeout: 30 properties: add_recipes_cq: "true" @@ -45,7 +47,6 @@ targets: - name: Mac_x64 build_all_packages stable recipe: packages/packages - bringup: true # New target: https://github.com/flutter/packages/pull/2840 timeout: 30 properties: add_recipes_cq: "true" diff --git a/.cirrus.yml b/.cirrus.yml index 0a2bb3c5df..1a1586bf0b 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -396,20 +396,3 @@ task: - ./script/tool_runner.sh native-test --macos drive_script: - ./script/tool_runner.sh drive-examples --macos - -# Intel macOS tasks. -task: - << : *MACOS_INTEL_TEMPLATE - << : *FLUTTER_UPGRADE_TEMPLATE - matrix: - ### 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. - - name: macos-build_all_packages - env: - BUILD_ALL_ARGS: "macos" - matrix: - CHANNEL: "master" - CHANNEL: "stable" - setup_script: - << : *BUILD_ALL_PACKAGES_APP_TEMPLATE