-
Notifications
You must be signed in to change notification settings - Fork 483
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
ORC-1174: Add Ubuntu 22.04
to GitHub Action
#1121
Conversation
I didn't see this failure on my local Ubuntu 22.04. |
Could you review this, @guiyanakuang and @williamhyun ? |
Ubuntu 22.04
to GitHub Action
Also, cc @prasanthj |
+1, LGTM from my side. |
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.
+1 LGTM
Thank you, @guiyanakuang and @williamhyun ! |
### What changes were proposed in this pull request? This PR aims to add `Ubuntu 22.04` to GitHub Action. ### Why are the changes needed? This will help the verification on the latest release. Although [GitHub Action Virtual Environments](https://github.com/actions/virtual-environments) don't support `Ubuntu 22.04` officially yet, `Ubuntu 22.04` is available as `Public Beta`. - actions/runner-images#5490 ### How was this patch tested? Pass the GitHub Action on this PR. (cherry picked from commit 098b2fe) Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
### What changes were proposed in this pull request? This PR aims to add `Ubuntu 22.04` to GitHub Action. ### Why are the changes needed? This will help the verification on the latest release. Although [GitHub Action Virtual Environments](https://github.com/actions/virtual-environments) don't support `Ubuntu 22.04` officially yet, `Ubuntu 22.04` is available as `Public Beta`. - actions/runner-images#5490 ### How was this patch tested? Pass the GitHub Action on this PR. (cherry picked from commit 098b2fe) Signed-off-by: Dongjoon Hyun <dongjoon@apache.org> (cherry picked from commit c1d5ca8) Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
For branch-1.7, I made the following backporting PR. |
### What changes were proposed in this pull request? This PR aims to add `Ubuntu 22.04` to GitHub Action. ### Why are the changes needed? This will help the verification on the latest release. Although [GitHub Action Virtual Environments](https://github.com/actions/virtual-environments) don't support `Ubuntu 22.04` officially yet, `Ubuntu 22.04` is available as `Public Beta`. - actions/runner-images#5490 ### How was this patch tested? Pass the GitHub Action on this PR.
What changes were proposed in this pull request?
This PR aims to add
Ubuntu 22.04
to GitHub Action.Why are the changes needed?
This will help the verification on the latest release.
Although GitHub Action Virtual Environments don't support
Ubuntu 22.04
officially yet,Ubuntu 22.04
is available asPublic Beta
.How was this patch tested?
Pass the GitHub Action on this PR.