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’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update GHA runner image to latest Ubuntu #5761

Merged
merged 1 commit into from
Aug 22, 2022
Merged

Update GHA runner image to latest Ubuntu #5761

merged 1 commit into from
Aug 22, 2022

Conversation

kiview
Copy link
Member

@kiview kiview commented Aug 22, 2022

Our GHA workflows were using ubuntu-18.04 in most of the places. This image has just been deprecated (8/8/22) and will be completely unsupported end of 2022.

This PR changes all workflows to use ubuntu-latest instead (which currently means ubuntu-20.04 as per GHA docs).

There is some more information in this blog post by GH. We currently experience a planned brownout from using ubuntu-18.04.

As an alternative, we could also specify ubuntu-20.04 or ubuntu-22.04. However, I thought ubuntu-latest is a reasonable choice for our use case.

@kiview kiview requested a review from a team as a code owner August 22, 2022 12:23
@github-actions github-actions bot added the github_actions Pull requests that update Github_actions code label Aug 22, 2022
@kiview kiview added this to the next milestone Aug 22, 2022
@kiview kiview merged commit 017d937 into master Aug 22, 2022
@delete-merged-branch delete-merged-branch bot deleted the gha-update-ubuntu branch August 22, 2022 14:49
kiview added a commit that referenced this pull request Aug 24, 2022
kiview added a commit that referenced this pull request Aug 24, 2022
This reverts commit 017d937.

Necessary to fix CI for the Azure module.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
github_actions Pull requests that update Github_actions code type/housekeeping
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants