RTD: Update OS version to ubuntu-lts-latest - #3509
Conversation
Automatic re-generation of CVA6 documentation on ReadTheDocs is failing because of Ubuntu-20.04 is no longer supported.
|
I agree with @ASintzoff but my opinion on the OS version freeze is weaker than on the Verible version freeze The issue with Verible was that changing the formatting impacts all files, so all contributors have to upgrade simultaneously. For the Read the Docs OS, I think the issues would be mainly in the list of packages to install in the runner, which do not impact contributors. Apart from that, freezing is better for reproducibility, but |
|
|
||
| build: | ||
| os: "ubuntu-20.04" | ||
| os: "ubuntu-lts-latest" |
There was a problem hiding this comment.
Following @ASintzoff suggestion:
| os: "ubuntu-lts-latest" | |
| os: "ubuntu-26.04" |
And for reference, here are the docs: https://docs.readthedocs.com/platform/stable/config-file/v2.html#build-os
Automatic re-generation of CVA6 documentation on ReadTheDocs is failing because of Ubuntu-20.04 is no longer supported.