zeromq / cppzmq

Header-only C++ binding for libzmq
http://www.zeromq.org
MIT License
1.9k stars 757 forks source link

Ubuntu 18.04 runners deprecated #616

Closed dietelTiMaMi closed 10 months ago

dietelTiMaMi commented 10 months ago

The runners for Ubuntu 18.04 are no longer existent on github. Should the Runners for Ubuntu be removed or updated to Ubuntu 20.04?

Ubuntu 20.04 has no gcc-4.8 and gcc-5 packages anymore but there are packages for gcc-7 so only one of the three runners can be upgraded at a rather low expense.

I already tested this on my fork: https://github.com/dietelTiMaMi/cppzmq/tree/test/updateRunners

gummif commented 10 months ago

Thanks, I have a PR where I was working on this. Will try to get that into master today.

dietelTiMaMi commented 10 months ago

Closed with https://github.com/zeromq/cppzmq/pull/599