etr / libhttpserver

C++ library for creating an embedded Rest HTTP server (and more)
GNU Lesser General Public License v2.1
882 stars 184 forks source link

Align matrix with the latest ubuntu version #290

Closed etr closed 1 year ago

etr commented 1 year ago

Identify the Bug

The library fails at building on github actions.

Github actions has changed the default ubuntu version to 20.04 so some of the dependencies are missing

Description of the Change

Aligned packages (compilers) versions to the ubuntu 20.04.

Alternate Designs

None considered.

Possible Drawbacks

None

Verification Process

Build in gihub actions.