Closed bradley-solliday-skydio closed 2 years ago
Note, I'm not confident the gcc-5 build will succeed on Jammy (as I wouldn't be surprised if apt-get
ing it failed). If it does fail, I intend to just remove those tests from the build matrix (unless someone objects, in which case I could try to figure out how to get a hold of gcc-5 on jammy).
Updated: more context in the new commit message.
This version of Catch2 doesn't have the same issues that sometimes causes v3.0.1 to fail to compile with older ubuntu versions/compiler versions.
Moreover, it also can compile with newer compilers (like gcc-11) on ubuntu jammy.
So, adding ubuntu jammy to the
test_editable_pip_install
andci
github action workflows.Fixes #132