Thalhammer / jwt-cpp

A header only library for creating and validating json web tokens in c++
https://thalhammer.github.io/jwt-cpp/
MIT License
864 stars 235 forks source link

Disable gcc-4.8 since node20 is now required #356

Closed prince-chrismc closed 1 month ago

prince-chrismc commented 2 months ago

I noticed this on https://github.com/prince-chrismc/jwt-cpp/actions/runs/9846197486/job/27183454214?pr=38. GitHub has been slowing pushing everything off of node16 since it's been EOL'd, the latest runner version now overrides even older actions that were not updated. I've only found documentation for self-hosted runners https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/ which sadly doesn't appear to work. I have been playing with supporting this compiler on newer platforms but it's a lot of work https://github.com/prince-chrismc/jwt-cpp/pull/46 🤞