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

Set Ubuntu runner image to latest (20.04) no longer supported #700

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

MikeOpenHWGroup
Copy link
Member

Update in reaction to message from GitHub:

The Ubuntu 20.04 runner image will be fully unsupported by April 1, 2025.

Yes, this update is for ReadTheDocs, but it is expected that the same issue will happen at RTD as well.

Copy link

@cairo-caplan cairo-caplan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just to change ubuntu-latest to ubuntu-lts-latest

@@ -9,7 +9,7 @@
version: 2

build:
os: "ubuntu-20.04"
os: "ubuntu-latest"

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ubuntu-latest is not listed as a valid choice for build.os setting, as of ReadtheDocs' own documentation.

I suggest changing it to ubuntu-lts-latest, so this issue will not come up again anytime soon.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great catch! I just pushed in that update.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants