approvals / ApprovalTests.cpp

Native ApprovalTests for C++ on Linux, Mac and Windows
https://approvaltestscpp.readthedocs.io/en/latest/
Apache License 2.0
312 stars 51 forks source link

Windows 2019 builds on Github Actions failing due to Boost being removed #175

Closed claremacrae closed 3 years ago

claremacrae commented 3 years ago

As described in https://github.com/actions/virtual-environments/issues/2667

I assume I'll need to implement this: https://github.com/actions/virtual-environments/issues/2667#issuecomment-778655341

I know that we're pinned on ubuntu-18.04 for the same reason -boost is not included in ubuntu-20.04 - so it would be good for boost to be added in a way that it can be downloaded on ubuntu-20.04 too - then we could update the ubuntu version.