Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit 062be63

Browse files
authored
CP: Use Mac M1s or x86 wherever possible. (#49540) (#49545)
Arch type was fixed to x86 because release candidate branches didn't have rosetta installed. Rosetta was enabled on December unblocking the use of M1 machines in most of mac ios sub-builds. Bug: flutter/flutter#133207 ## Pre-launch Checklist - [X] I read the [Contributor Guide] and followed the process outlined there for submitting PRs. - [X] I read the [Tree Hygiene] wiki page, which explains my responsibilities. - [X] I read and followed the [Flutter Style Guide] and the [C++, Objective-C, Java style guides]. - [X] I listed at least one issue that this PR fixes in the description above. - [X] I added new tests to check the change I am making or feature I am adding, or the PR is [test-exempt]. See [testing the engine] for instructions on writing and running engine tests. - [X] I updated/added relevant documentation (doc comments with `///`). - [X] I signed the [CLA]. - [X] All existing and new tests are passing. If you need help, consider asking for advice on the #hackers-new channel on [Discord]. <!-- Links --> [Contributor Guide]: https://github.com/flutter/flutter/wiki/Tree-hygiene#overview [Tree Hygiene]: https://github.com/flutter/flutter/wiki/Tree-hygiene [test-exempt]: https://github.com/flutter/flutter/wiki/Tree-hygiene#tests [Flutter Style Guide]: https://github.com/flutter/flutter/wiki/Style-guide-for-Flutter-repo [C++, Objective-C, Java style guides]: https://github.com/flutter/engine/blob/main/CONTRIBUTING.md#style [testing the engine]: https://github.com/flutter/flutter/wiki/Testing-the-engine [CLA]: https://cla.developers.google.com/ [flutter/tests]: https://github.com/flutter/tests [breaking change policy]: https://github.com/flutter/flutter/wiki/Tree-hygiene#handling-breaking-changes [Discord]: https://github.com/flutter/flutter/wiki/Chat
1 parent 39c6dc9 commit 062be63

1 file changed

Lines changed: 9 additions & 17 deletions

File tree

ci/builders/mac_ios_engine.json

Lines changed: 9 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,7 @@
2828
{
2929
"drone_dimensions": [
3030
"device_type=none",
31-
"os=Mac-12",
32-
"cpu=x86"
31+
"os=Mac-12|Mac-13"
3332
],
3433
"gn": [
3534
"--ios",
@@ -54,8 +53,7 @@
5453
{
5554
"drone_dimensions": [
5655
"device_type=none",
57-
"os=Mac-12",
58-
"cpu=x86"
56+
"os=Mac-12|Mac-13"
5957
],
6058
"gn": [
6159
"--ios",
@@ -80,8 +78,7 @@
8078
{
8179
"drone_dimensions": [
8280
"device_type=none",
83-
"os=Mac-12",
84-
"cpu=x86"
81+
"os=Mac-12|Mac-13"
8582
],
8683
"gn": [
8784
"--ios",
@@ -107,8 +104,7 @@
107104
{
108105
"drone_dimensions": [
109106
"device_type=none",
110-
"os=Mac-12",
111-
"cpu=x86"
107+
"os=Mac-12|Mac-13"
112108
],
113109
"gn": [
114110
"--ios",
@@ -134,7 +130,7 @@
134130
{
135131
"drone_dimensions": [
136132
"device_type=none",
137-
"os=Mac-12",
133+
"os=Mac-12|Mac-13",
138134
"cpu=x86"
139135
],
140136
"gn": [
@@ -160,8 +156,7 @@
160156
{
161157
"drone_dimensions": [
162158
"device_type=none",
163-
"os=Mac-12",
164-
"cpu=x86"
159+
"os=Mac-12|Mac-13"
165160
],
166161
"gn": [
167162
"--ios",
@@ -187,8 +182,7 @@
187182
{
188183
"drone_dimensions": [
189184
"device_type=none",
190-
"os=Mac-12",
191-
"cpu=x86"
185+
"os=Mac-12|Mac-13"
192186
],
193187
"gn": [
194188
"--ios",
@@ -214,8 +208,7 @@
214208
{
215209
"drone_dimensions": [
216210
"device_type=none",
217-
"os=Mac-12",
218-
"cpu=x86"
211+
"os=Mac-12|Mac-13"
219212
],
220213
"gn": [
221214
"--ios",
@@ -242,8 +235,7 @@
242235
{
243236
"drone_dimensions": [
244237
"device_type=none",
245-
"os=Mac-12",
246-
"cpu=x86"
238+
"os=Mac-12|Mac-13"
247239
],
248240
"gn": [
249241
"--ios",

0 commit comments

Comments
 (0)