-
Notifications
You must be signed in to change notification settings - Fork 3.3k
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
Update ubuntu-latest to Ubuntu 24.04 #11332
Conversation
Fixes actions#10636 Update the `README.md` to reflect the change in the `ubuntu-latest` label to Ubuntu 24.04. * Change the `ubuntu-latest` label to point to Ubuntu 24.04. * Remove the beta tag from the Ubuntu 24.04 image. * Update the rollout status of the Ubuntu 24.04 image to reflect the latest changes. --- For more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/actions/runner-images/issues/10636?shareId=XXXX-XXXX-XXXX-XXXX).
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for your contribution, @Setland34
lgtm
## What changes are proposed in this pull request? Python 3.7.x is essentially not supported; - It has been removed from Windows 2019, Windows 2022, Ubuntu 20 and Ubuntu 22 images ([ref](actions/runner-images#10893)). - `unbuntu-latest` now points toward 24.04 which does not support Python 3.7.x ([ref](actions/runner-images#11332)) This PR updates our Ubuntu workflows to avoid this version. ## How is this tested? N/A
This pull request includes updates to the Documentation updates: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
``
Fixes #10636
Update the
README.md
to reflect the change in theubuntu-latest
label to Ubuntu 24.04.ubuntu-latest
label to point to Ubuntu 24.04.For more details, open the Copilot Workspace session.