Closed
Description
Breaking changes
Ubuntu 24.04 is now available for all GitHub Actions and Azure DevOps users.
You can use the ubuntu 24.04 image label in your YAML to select this image.
GitHub Actions
jobs:
jobName:
runs-on: ubuntu-24.04
Azure DevOps
pool:
name: 'Azure Pipelines'
vmImage: 'ubuntu-24.04'
The image is marked as "beta" for now. It means some software can be unstable on the new platform. Also, there could be queueing issues as the capacity will be balanced only throughout the next weeks.
Please report any problems with the new image to this repository.
Platforms affected
- Azure DevOps
- GitHub Actions
Runner images affected
- Ubuntu 20.04
- Ubuntu 22.04
- Ubuntu 24.04
- macOS 11
- macOS 12
- macOS 13
- macOS 13 Arm64
- macOS 14
- macOS 14 Arm64
- Windows Server 2019
- Windows Server 2022
Software difference between Ubuntu 22 and Ubuntu 24
Tool name | Ubuntu 22.04 | Ubuntu 24.04 | Notes |
---|---|---|---|
Clang |
|
|
The most recent versions are installed |
GCC / GNU C++ / GNU Fortran |
|
|
The most recent versions are installed |
Kotlin | latest available | - | Removed from the Ubuntu 24.04 image due to maintenance reasons. |
PHP | 8.1.* | 8.3.* | The most recent version are installed |
Swift | latest available | - | Removed from the Ubuntu 24.04 image due to maintenance reasons. |
Java |
|
|
Default Java switched to 17.* for Ubuntu 24.04 image. |
Python |
|
|
Pre-cached versions currently unavailable. Default version switched to the latest one. On GitHub Actions, actions/setup-python can install any version on-flight so this change doesn't impact users |
Go |
|
|
If your use-case requires using any of these versions, consider using tasks to install Go on-flight:
|
PyPy |
|
|
Deprecated all the versions besides the most recent ones |
Ruby |
|
|
Pre-cached versions currently unavailable. Default version switched to the latest one. |
Node.js |
|
|
If your use-case requires using any of these versions, consider using tasks to install Node.js on-flight:
|
Heroku | latest available | - | Removed from the Ubuntu 24.04 image due to maintenance reasons. |
Leiningen | latest available | - | Removed from the Ubuntu 24.04 image due to maintenance reasons. |
Mono / MSBuild / NuGet | latest available | - | Software is not available for Ubuntu 24 at the moment. |
Packer / Terraform | latest available | - | Removed from the Ubuntu 24.04 image due to maintenance reasons. |
R | latest available | - | Removed from the Ubuntu 24.04 image due to maintenance reasons. |
SVN | latest available | - | Removed from the Ubuntu 24.04 image due to maintenance reasons. |
Alibaba Cloud CLI | latest available | - | Removed from the Ubuntu 24.04 image due to maintenance reasons. |
Google Cloud CLI | latest available | - | Removed from the Ubuntu 24.04 image due to maintenance reasons. |
Netlify CLI | latest available | - | Removed from the Ubuntu 24.04 image due to maintenance reasons. |
OpenShift CLI | latest available | - | Removed from the Ubuntu 24.04 image due to maintenance reasons. |
ORAS CLI | latest available | - | Removed from the Ubuntu 24.04 image due to maintenance reasons. |
Vercel CLI | latest available | - | Removed from the Ubuntu 24.04 image due to maintenance reasons. |
Bindgen / Cbindgen | latest available | - | Removed from the Ubuntu 24.04 image due to maintenance reasons. |
Cargo audit/clippy/outdated | latest available | - | Removed from the Ubuntu 24.04 image due to maintenance reasons. |
Microsoft Edge | latest available | - | Removed from the Ubuntu 24.04 image due to maintenance reasons. |
Microsoft Edge WebDriver | latest available | - | Removed from the Ubuntu 24.04 image due to maintenance reasons. |
Mozilla Firefox | latest available | - | Removed from the Ubuntu 24.04 image due to maintenance reasons. |
Mozilla Geckodriver | latest available | - | Removed from the Ubuntu 24.04 image due to maintenance reasons. |
.NET Core SDK |
|
|
Please consider using tasks to install any version on-flight:
|
PostgreSQL | 14.* | 16.* | More recent version are installed |
MS SQL Server Client Tools | sqlcmd / SqlPackage | - | Removed from the Ubuntu 24.04 image due to maintenance reasons. |
MarkdownPS Module | latest available | - | Removed from the Ubuntu 24.04 image due to maintenance reasons. |
Android Command Line Tools | 9.0 | 12.0 | The most recent version are installed |
Android SDK Build-tools |
|
|
The most recent version are installed |
Android NDK |
|
|
The most recent version are installed |
Cached Docker images |
|
- | Removed from the Ubuntu 24.04 image due to maintenance reasons. |