react-native
react-native copied to clipboard
Move iOS executor to M1 machines
Summary
This change moves our Executor to M1 machines. This increase the class size (which can speedup the CI).
Changelog
[iOS][Changed] - Use M1 machines in CI
Test Plan
CircleCI should stay green
| Platform | Engine | Arch | Size (bytes) | Diff |
|---|---|---|---|---|
| android | hermes | arm64-v8a | 8,508,872 | +831 |
| android | hermes | armeabi-v7a | 7,822,848 | +78 |
| android | hermes | x86 | 8,986,447 | +421 |
| android | hermes | x86_64 | 8,842,620 | +478 |
| android | jsc | arm64-v8a | 9,135,684 | +830 |
| android | jsc | armeabi-v7a | 8,325,234 | +69 |
| android | jsc | x86 | 9,188,637 | +426 |
| android | jsc | x86_64 | 9,447,629 | +479 |
Base commit: b73dd6726d88ca4d8ffe71f69cd7a7f668582f21 Branch: main
Closing for the same reason as https://github.com/facebook/react-native/pull/36810