nut-tree/libnut-core

Update gcc and g++ versions on Linux CI

s1hofmann opened this issue · 1 comments

Short overview
Update gcc and g++ versions on Linux CI

Use case
Fix our pipeline since Ubuntu 20.04 does no longer provide these rather old packages

Detailed description
A recent pipeline run failed due to missing packages for gcc-4.8 and g++-4.8.
These rather old packages were carried over from https://github.com/octalmage/robotjs, but could use an update to a more recent version.

Closed by #57