Ubuntu 24.04 LTS machines now available on Codemagic #3056
helinanever
announced in
Announcements
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
With Ubuntu 20.04 LTS soon reaching its end of life, we are updating our Linux pool. To ensure our users have access to the latest, most secure, and up-to-date software, we're excited to let you know that you can now use build machines running Ubuntu 24.04 LTS.
Major changes
Ubuntu 24.04 build machines come with Android Studio Meerkat (2024.3.1) and include the latest Android emulators:
emulator
emulator-35
emulator-36
For a complete list of preinstalled software available on the Ubuntu 24.04 build machines, refer to our documentation.
Specify Ubuntu version in codemagic.yaml
By default, all Linux builds will continue running on Ubuntu 20.04 LTS until further notice.
However, you can switch to the latest version by adding the
ubuntu
key in theenvironment
section of yourcodemagic.yaml
file:Currently, the supported values for
ubuntu
are24.04
and20.04
. Contact us if your builds require other versions or if you encounter issues with preinstalled software.Ubuntu 20.04 image remains the default
Although Ubuntu 20.04 LTS will reach end of life in April 2025, we will continue offering build machines running this version until further notice. If you do not specify a different Ubuntu version in
codemagic.yaml
, your Linux builds will continue running on Ubuntu 20.04.Beta Was this translation helpful? Give feedback.
All reactions