-
Notifications
You must be signed in to change notification settings - Fork 28.4k
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
[WIP][SPARK-41100][INFRA] Upgrade Ubuntu to latest #38601
Conversation
I think we should upgrade to You could try to use |
Can one of the admins verify this patch? |
Looks like only tpcds test has some impact, After tpcds bug fixed, we can switch then. I think Ubuntu 20.04 will also have good supported before Apr 2025. https://ubuntu.com/about/release-cycle also cc @HyukjinKwon |
Yes, I will close this PR for now. |
What changes were proposed in this pull request?
Upgrade ubuntu version on runners in github actions from 20.04 to latest
Why are the changes needed?
"Ubuntu 22.04 is now generally available on GitHub-hosted runners. To use it now, simply add runs-on: ubuntu-22.04 in your workflow file. Otherwise, our recommendation is to use ubuntu-latest, which currently utilizes Ubuntu 20.04 but will begin running on Ubuntu 22.04 in the near future."
Does this PR introduce any user-facing change?
No.
How was this patch tested?
Pass GA