diff --git a/.ci.yaml b/.ci.yaml index d4637c128aba8..89709c78d4e84 100644 --- a/.ci.yaml +++ b/.ci.yaml @@ -52,7 +52,7 @@ platform_properties: {"dependency": "open_jdk", "version": "version:11"} ] device_type: none - cpu: x86 + cpu: arm64 os: Mac-12 xcode: 14a5294e # xcode 14.0 beta 5 windows: @@ -338,6 +338,7 @@ targets: {"download_emsdk": true} add_recipes_cq: "true" build_host: "true" + cpu: x86 # https://github.com/flutter/flutter/issues/124877 mac_model: "Macmini8,1" timeout: 75 @@ -372,6 +373,7 @@ targets: recipe: engine/engine_unopt properties: add_recipes_cq: "true" + cpu: x86 # https://github.com/flutter/flutter/issues/124877 runtime_versions: >- [ "ios-16-0_14a5294e" @@ -383,8 +385,6 @@ targets: recipe: engine/engine_lint properties: add_recipes_cq: "true" - cores: "8" - cpu: arm64 lint_host: "true" lint_ios: "false" timeout: 75 @@ -406,7 +406,6 @@ targets: recipe: engine/engine_lint properties: add_recipes_cq: "true" - cpu: arm64 lint_host: "false" lint_ios: "true" timeout: 75 @@ -438,6 +437,7 @@ targets: timeout: 60 properties: release_build: "true" + cpu: x86 # https://github.com/flutter/flutter/issues/124833 config_name: mac_ios_engine $flutter/osx_sdk : >- { "sdk_version": "14a5294e" } @@ -452,7 +452,6 @@ targets: timeout: 60 properties: release_build: "true" - cpu: arm64 config_name: mac_impeller_cmake_example $flutter/osx_sdk : >- { "sdk_version": "14a5294e" }