GH-50666: [Release][CI] Use Ubuntu 24.04 for source verification jobs - #50676
Open
KHARSHAVARDHAN-eng wants to merge 2 commits into
Open
GH-50666: [Release][CI] Use Ubuntu 24.04 for source verification jobs#50676KHARSHAVARDHAN-eng wants to merge 2 commits into
KHARSHAVARDHAN-eng wants to merge 2 commits into
Conversation
* Remove Ubuntu 22.04 from the release source verification task matrix. * Update the release verification GitHub Actions workflow to use Ubuntu 24.04. * Update the Linux wheel verification task to use Ubuntu 24.04. * Update the default Ubuntu version used by the release verification Docker environment. * Remove the obsolete Ubuntu 22.04 release verification Dockerfile.
KHARSHAVARDHAN-eng
requested review from
AlenkaF,
assignUser,
jonkeane,
kou,
pitrou,
raulcd and
rok
as code owners
July 28, 2026 06:51
|
|
Reranko05
suggested changes
Jul 28, 2026
Reranko05
left a comment
Contributor
There was a problem hiding this comment.
This PR seems to include the BinaryView GDB changes from #50662 in addition to the Ubuntu 24.04 migration. Could you rebase or clean up the branch so the diff only contains changes related to GH-50666?
It would also be good to review the PR diff before opening future PRs to catch unrelated changes like these.
raulcd
requested changes
Jul 28, 2026
raulcd
left a comment
Member
There was a problem hiding this comment.
This contains commits that are not relevant to the changes being pushed.
|
|
This file contains hidden or 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
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.
Rationale for this change
This PR updates the source verification jobs to use Ubuntu 24.04 as requested in GH-50666. It also removes obsolete Ubuntu 22.04 verification jobs and eliminates the temporary Miniforge workaround where it is no longer required.
What changes are included in this PR?
Are these changes tested?
CI workflows have been updated and validated for syntax. The changes will be further verified by the project's CI.
Are there any user-facing changes?
No.