Deprecation of macOS Intel-based machines #2619
Replies: 3 comments 12 replies
-
This should have been announced in the website as well. We are now blocked with our pipelines 😞 |
Beta Was this translation helpful? Give feedback.
-
It sounds like with macOS 15, there will be nested virtualization. Are there plans to support Android emulators with the Apple Silicon devices in the near future after deprecating Intel-based machines? |
Beta Was this translation helpful? Give feedback.
-
Some of our workflows are using the intel based machines due to virtualisation of emulators, I assume the issue is still present that the Apple Silicon Codemagic machines don't support virtualisation, if this is the case, what is the proposed solution when you stop allowing the use of intel based machines? |
Beta Was this translation helpful? Give feedback.
-
Starting September 1, 2024, we are removing Intel-based Mac Pro machines and transitioning to Apple silicon-based hardware for all macOS builds.
In the coming months, we will conduct brownouts to phase out Intel-based machines, see the brownouts schedule below. Builds still using Mac Pro machines after the EOL date will fail with an appropriate error message.
Why are we making this change?
Apple has stopped using Intel processors in Mac computers, eventually making the Intel-based machines obsolete and requiring everyone to migrate to the Apple silicon machines. We will replace all Intel-based machines with Apple silicon hardware to provide better performance, up-to-date software, and the best possible support for all our users.
What action is required?
This change affects you if you’re currently using any of the following:
mac_pro
) build machinesChange instance type
Please update your build configuration to use one of the following available Apple silicon machines:
mac_mini_m1
– available for the Free tier and Pay-as-you-go users at the same per-minute price as Mac Promac_mini_m2
– available for users on annual and custom plansPlease note that Android emulators are unavailable on Apple silicon machines due to the Apple Virtualization Framework not supporting nested virtualization. If you need the Android emulator, please switch to a Linux machine (
linux_x2
) instead.Update Xcode version
The available Xcode versions on Apple silicon machines start from Xcode 15.0, the minimum requirement for App Store submissions. Please update your projects to use Xcode 15 or later. You may need to make additional changes if you use other pre-installed software. See the list of software preinstalled on our Apple silicon machines here.
If you have any questions or require assistance migrating your workflows, please contact us via the in-app chat widget.
Brownouts schedule and EOL
During the brownout periods, all builds using Intel-based macOS machines will fail. Please update your workflows as soon as possible to prevent any disruption to your builds.
Beta Was this translation helpful? Give feedback.
All reactions