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

Ubuntu 22.04 is generally available starting from August, 8 #5998

Closed
3 of 10 tasks
miketimofeev opened this issue Aug 2, 2022 · 8 comments
Closed
3 of 10 tasks

Ubuntu 22.04 is generally available starting from August, 8 #5998

miketimofeev opened this issue Aug 2, 2022 · 8 comments

Comments

@miketimofeev
Copy link
Contributor

Breaking changes

Ubuntu 22.04 is generally available starting from August, 8. Use it by putting runs-on: ubuntu-22.04 in your workflow file.

Target date

August, 8

The motivation for the changes

Most of the software issues with the new image were resolved.

Possible impact

n\a

Platforms affected

  • Azure DevOps
  • GitHub Actions

Virtual environments affected

  • Ubuntu 18.04
  • Ubuntu 20.04
  • Ubuntu 22.04
  • macOS 10.15
  • macOS 11
  • macOS 12
  • Windows Server 2019
  • Windows Server 2022

Mitigation ways

n\a

@MarkusTeufelberger
Copy link

Will ubuntu-latest also point to ubuntu-22.04 starting today?

@mikhailkoliada
Copy link
Contributor

@MarkusTeufelberger No, migration to the latest tag is a separate process out of this specific announcement.

leleliu008 added a commit to leleliu008/ctags that referenced this issue Aug 10, 2022
ubuntu-18.04 Actions runner image is deprecated since 2022-08-08
ubuntu-22.04 Actions runner image is available  since 2022-08-08

Reference:
actions/runner-images#6002
actions/runner-images#5998

Signed-off-by: leleliu008 <leleliu008@gmail.com>
@al-cheb al-cheb closed this as completed Aug 11, 2022
@tedmiston
Copy link

tedmiston commented Aug 12, 2022

Was ubuntu-latest recently changed to point to 22.04?

My otherwise unchanged code that runs a SHA pinned Docker image building nightly has inexplicably started failing on the GHA Ubuntu runner beginning yesterday ~14 hours ago and the timing seems curious.

https://github.com/tedmiston/qcbrunch/actions/workflows/ci.yml?query=branch%3Amaster

I also noticed other users reporting Docker issues in #5490.

I have opened a GitHub support ticket here.

https://support.github.com/ticket/personal/0/1741196

@al-cheb
Copy link
Contributor

al-cheb commented Aug 12, 2022

@tedmiston , please read the #5998 (comment)

My otherwise unchanged code that runs a SHA pinned Docker image building nightly has inexplicably started failing on the GHA Ubuntu runner beginning yesterday ~14 hours ago and the timing seems curious.

https://github.com/tedmiston/qcbrunch/actions/workflows/ci.yml?query=branch%3Amaster

As I can see the failed build was run on Ubuntu Server 20.04. How can it be related to Ubuntu Server 22.04?

image

@tedmiston
Copy link

@al-cheb Thank you for highlighting that. I did not realize this was exposed to the end user!

I will continue debugging other causes.

@al-cheb
Copy link
Contributor

al-cheb commented Aug 12, 2022

@al-cheb Thank you for highlighting that. I did not realize this was exposed to the end user!

I will continue debugging other causes.

If you need any help please create a new issue with minimal repro steps.

leleliu008 added a commit to leleliu008/ctags that referenced this issue Aug 14, 2022
ubuntu-18.04 Actions runner image is deprecated since 2022-08-08
ubuntu-22.04 Actions runner image is available  since 2022-08-08

Reference:
actions/runner-images#6002
actions/runner-images#5998

Signed-off-by: leleliu008 <leleliu008@gmail.com>
leleliu008 added a commit to universal-ctags/ctags that referenced this issue Aug 14, 2022
ubuntu-18.04 Actions runner image is deprecated since 2022-08-08
ubuntu-22.04 Actions runner image is available  since 2022-08-08

Reference:
actions/runner-images#6002
actions/runner-images#5998

Signed-off-by: leleliu008 <leleliu008@gmail.com>
leleliu008 added a commit to leleliu008/ctags that referenced this issue Aug 14, 2022
ubuntu-18.04 Actions runner image is deprecated since 2022-08-08
ubuntu-22.04 Actions runner image is available  since 2022-08-08

Reference:
actions/runner-images#6002
actions/runner-images#5998

Signed-off-by: leleliu008 <leleliu008@gmail.com>
radioactiveman added a commit to radioactiveman/audacious-plugins that referenced this issue Aug 24, 2022
radioactiveman added a commit to radioactiveman/audacious-plugins that referenced this issue Aug 24, 2022
jlindgren90 pushed a commit to audacious-media-player/audacious-plugins that referenced this issue Aug 26, 2022
@sivasamsivasam
Copy link

@MarkusTeufelberger No, migration to the latest tag is a separate process out of this specific announcement.

Any ETA to change the default tag to 22.04?

@miketimofeev
Copy link
Contributor Author

miketimofeev commented Aug 30, 2022

@sivasamsivasam we are going to announce it soon and migrate the tag by the end of this year.

LingMan added a commit to LingMan/bstr that referenced this issue Sep 15, 2022
The `ubuntu-18.04` image is deprecated and will be removed by 2023-04-01 [1][2] with scheduled
brownouts starting on 2022-10-03. It would be possible to pin CI to `ubuntu-20.04` or
`ubuntu-22.04`, but relying on `-latest` is unlikely to cause problems and avoids having to update
the workflow for this again.
While at it, also switch to `windows-latest` (`macos-latest` is already in use).

Note that `-latest` are the latest stable images that GitHub provides, and might not be the most
recent version of the operating system available from the operating system vendor.

As of this writing this effectively changes:
windows-2019 -> windows-2022
ubuntu-18.04 -> ubuntu-20.04
ubuntu-22.04 -> ubuntu-20.04 <- downgrade for the time being, but `ubuntu-latest` is expected to be
                                migrated to `ubuntu-22.04` by the end of the year [3]

[1] https://github.blog/changelog/2022-08-09-github-actions-the-ubuntu-18-04-actions-runner-image-is-being-deprecated-and-will-be-removed-by-12-1-22/
[2] actions/runner-images#6002
[3] actions/runner-images#5998 (comment)
leon-richardt added a commit to leon-richardt/api that referenced this issue Oct 6, 2022
libvips 8.12 is only available since Ubuntu 22.04 so the workflow
runners are bumped to that version. However, this shouldn't be much of a
problem as GitHub plans to update ubuntu-latest to 22.04 later this year:
actions/runner-images#5998 (comment)
leon-richardt added a commit to leon-richardt/api that referenced this issue Oct 6, 2022
libvips 8.12 is only available since Ubuntu 22.04 so the workflow
runners are bumped to that version. However, this shouldn't be much of a
problem as GitHub plans to update ubuntu-latest to 22.04 later this year:
actions/runner-images#5998 (comment)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

6 participants