Closed
Description
Ouch! GitHub removed Ubuntu 16.04 from their default templates because it no longer receives standard support from Canonical:
- Remove Ubuntu 16.04 from templates actions/runner-images#4313
- Ubuntu 16.04 environment will be removed on September 20, 2021 actions/runner-images#3287
- Ubuntu 16.04 LTS Policy actions/runner-images#3082 (comment)
So we need to find another way to get it to run again. It's Docker after all, isn't it?
https://github.com/actions/virtual-environments says
We do not plan to offer other Linux distributions. We recommend using Docker if you'd like to build using other distributions with the hosted virtual environments.
Alternatively we could use 18.04 but it would be very unfortunate to artificially increase our system requirements for code that is known to build perfectly fine on 16.04.
Possibly(!) it would be wise to swtich to some open Source RHEL 7 clone to get improved long-term binary compatibility. Wdyt?