BstLabs / py-dynacli

DynaCLI is a cloud-friendly Python library for converting pure Python functions into Linux Shell commands.
https://bstlabs.github.io/py-dynacli/
MIT License
98 stars 5 forks source link

[TASK] Update GH workflows to avoid `ubuntu-latest` issue #107

Closed orkhanshirin closed 1 year ago

orkhanshirin commented 1 year ago

Describe the task Currently github switched their ubuntu-latest tag to 22.04 and workflows throw error because of that. The OS version should be fixed to 20.04 to avoid such problems.