-
Notifications
You must be signed in to change notification settings - Fork 3.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The Ubuntu 20.04 Actions runner image will begin deprecation on 2025-02-01 and will be fully unsupported by 2025-04-01 #11101
Comments
simplify build action by removing cmake path which is no longer needed ubuntu-latest will slowly become ubuntu 24 actions/runner-images#10636 and ubuntu-20 will be deprecated actions/runner-images#11101
Could you please use ISO standard for dates. It is not clear what this is 2025-04-01 - April or Jan? |
That is ISO 8601. |
This does not #10721 |
Then maybe post the ISO complaint under the right issue? The dates in this issue's description are correct. |
I assume this only affects GitHub-hosted runner. Can i ask a related question about ubuntu 20.04 upgrade to the self-hosted runner? As long as we keep our runner API by integrating the latest release from the |
Breaking changes
We will soon start the deprecation process for Ubuntu 20.04. While the image is being deprecated, you may experience longer queue times during peak usage hours. Deprecation will begin on 2025-02-01 and the image will be fully unsupported by 2025-04-01.
To raise awareness of the upcoming removal, we will temporarily fail jobs using Ubuntu 20.04. Builds that are scheduled to run during the brownout periods will fail. The brownouts are scheduled for the following dates and times:
GitHub Actions\Azure DevOps::
Target date
2025-04-01
The motivation for the changes
We maintain the latest two stable versions of any given OS version. Ubuntu 24.04 is going GA on 2025-02-01 so we start deprecating the oldest image at that time.
Possible impact
Workflows using the
ubuntu-20.04
image label should be updated toubuntu-latest
,ubuntu-22.04
,ubuntu-24.04
.Platforms affected
Runner images affected
Mitigation ways
N/A
The text was updated successfully, but these errors were encountered: