Thalhammer / jwt-cpp

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

Support new Action macOS Runners #347

Closed prince-chrismc closed 2 months ago

prince-chrismc commented 2 months ago

Actions are update the Runners, they canary release of macos-14 as latest is causing the workflow to fail... depending on is the repo is in a or b test group.461162c found this

This simply removes an old workaround that it not required anymore. Currently Linux is using 3.0.2 from ubuntu-22, macos will be ahead with 3.3.0 and windows is on 1.1.1w (we can update to 3.x with choco which is available)

MacOS latest