-
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
Update ubuntu-latest to Ubuntu 24.04 #11332
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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).
subir0071
approved these changes
Jan 9, 2025
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
MrG9090
approved these changes
Jan 9, 2025
4 tasks
github-merge-queue bot
pushed a commit
to databricks/databricks-sdk-py
that referenced
this pull request
Jan 14, 2025
## 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
Elgayar777
reviewed
Jan 26, 2025
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.
.
MrG9090
approved these changes
Jan 27, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.