canonical / action-build

A Github action for building Snapcraft projects
MIT License
42 stars 22 forks source link

CI (test.yml): remove deprecated Ubuntu 18.04 runner #56

Closed kbdharun closed 1 year ago

kbdharun commented 1 year ago

Ubuntu 18.04 runner has been removed (deprecated) from GitHub 2 months ago (https://github.com/actions/runner-images/issues/6002), this PR removes it and updates integration-legacy to ubuntu-20.04.

An alternative way to run 18.04 is using a container inside the runner (Let me know if you want me to update to it instead).