tldr-pages / tldr-python-client

Python command-line client for tldr pages
https://pypi.org/project/tldr/
MIT License
592 stars 92 forks source link

ci: pin ubuntu version #203

Closed MasterOdin closed 1 year ago

MasterOdin commented 1 year ago

The rollover of ubuntu-latest to Ubuntu 22.04 in August broke running Python 3.6. While removing that version would fix things, better to not have the choice of OS for the runner be the deciding factor, and also to not have things "randomly", like when ubuntu-latest moves to Ubuntu 24.04 and possibly breaks another python version.

Ubuntu 20.04 is supported upstream for the next 10 years, so viable to see GH supporting it for a while yet.