Ouch! GitHub removed Ubuntu 16.04 from their default templates because it no longer receives standard support from Canonical:
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?
Ouch! GitHub removed Ubuntu 16.04 from their default templates because it no longer receives standard support from Canonical:
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
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?