modern-cmake / cppfront

CMake wrapper around the cppfront repository
BSD 3-Clause "New" or "Revised" License
73 stars 19 forks source link

Update CI to run on macOS #149

Open alexreinking opened 3 months ago

alexreinking commented 3 months ago

This uses GCC 14 rather than Homebrew's clang-18 or AppleClang, both of which hang (either on compilation or dyndep generation).

Fixes #147