github: want version2 of catch

This commit is contained in:
Roland Conybeare 2025-05-10 18:23:22 -05:00
commit ce2fc80bfd

View file

@ -34,7 +34,7 @@ jobs:
echo "::group::clone catch2"
git clone https://github.com/catchorg/Catch2.git
cd Catch2
git checkout v3.4.0
git checkout v2.13.8
echo "::group::catch2 configure"
mkdir .build
cmake -B .build -S .