-
-
Notifications
You must be signed in to change notification settings - Fork 493
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 Github Actions runner images #8660
Conversation
Ubuntu 20.04 will become unsupported on 2025-04. Update the images used in the Github Actions runners to one supported.
|
The backport to
stderr
stdout
To backport manually, run these commands in your terminal: # Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add .worktrees/backport-3.12.x 3.12.x
# Navigate to the new working tree
cd .worktrees/backport-3.12.x
# Create a new branch
git switch --create backport-8660-to-3.12.x
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick 4f3ba89bee0525b7cd5b4f30f492959dfbcf456a
# Push it to GitHub
git push --set-upstream origin backport-8660-to-3.12.x
# Go back to the original working tree
cd ../..
# Delete the working tree
git worktree remove .worktrees/backport-3.12.x Then, create a pull request where the |
The backport to
stderr
stdout
To backport manually, run these commands in your terminal: # Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add .worktrees/backport-4.0.x 4.0.x
# Navigate to the new working tree
cd .worktrees/backport-4.0.x
# Create a new branch
git switch --create backport-8660-to-4.0.x
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick 4f3ba89bee0525b7cd5b4f30f492959dfbcf456a
# Push it to GitHub
git push --set-upstream origin backport-8660-to-4.0.x
# Go back to the original working tree
cd ../..
# Delete the working tree
git worktree remove .worktrees/backport-4.0.x Then, create a pull request where the |
The backport to
stderr
stdout
To backport manually, run these commands in your terminal: # Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add .worktrees/backport-4.2.x 4.2.x
# Navigate to the new working tree
cd .worktrees/backport-4.2.x
# Create a new branch
git switch --create backport-8660-to-4.2.x
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick 4f3ba89bee0525b7cd5b4f30f492959dfbcf456a
# Push it to GitHub
git push --set-upstream origin backport-8660-to-4.2.x
# Go back to the original working tree
cd ../..
# Delete the working tree
git worktree remove .worktrees/backport-4.2.x Then, create a pull request where the |
Ubuntu 20.04 will become unsupported on 2025-04. Update the images used in the Github Actions runners to one supported.
Checklist
main
branch, backports managed with labelREADME.md
filespom.xml
dependency management. Update build documentation with intended library use and library tutorials or documentation