Skip to content
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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ci] allow ubuntu-latest to float for some GitHub Actions jobs #5644

Merged
merged 3 commits into from
Dec 28, 2022

Conversation

jameslamb
Copy link
Collaborator

Follow-up to #5288.
Contributes to #5638.

In #5288, I replaced most uses of VM image ubuntu-latest in GitHub actions configs with ubuntu:22.04, because of confusing communication from GitHub about how they were rolling out the update for ubuntu-latest (#5288 (comment)).

I think I was a bit over-aggressive with the search-and-replace for that 馃槄

For jobs that are just running containers or those all-successful jobs, it's fine to let ubuntu-latest float. This PR proposes doing that, so those configs don't have to be changed again in the future whenever ubuntu-22.04 is retired on GitHub Actions.

@jameslamb jameslamb merged commit 4131ef8 into master Dec 28, 2022
@jameslamb jameslamb deleted the ci/ubuntu-latest-revert branch December 28, 2022 18:27
@github-actions
Copy link

This pull request has been automatically locked since there has not been any recent activity since it was closed.
To start a new related discussion, open a new issue at https://github.com/microsoft/LightGBM/issues
including a reference to this.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Aug 16, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants