From 35cbe3d92a8d8e336b6c0c7cd82d3838c0e10bcf Mon Sep 17 00:00:00 2001 From: zachcran Date: Fri, 3 Nov 2023 14:24:22 -0600 Subject: [PATCH] Pin Catch2 v3.0.1 --- .github/workflows/integration_tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/integration_tests.yml b/.github/workflows/integration_tests.yml index 04d14e9e..f45d6b03 100644 --- a/.github/workflows/integration_tests.yml +++ b/.github/workflows/integration_tests.yml @@ -31,7 +31,7 @@ jobs: - name: Download Catch2 run: | - git clone https://github.com/catchorg/Catch2.git catch2 + git clone https://github.com/catchorg/Catch2.git catch2 --branch v3.0.1 - name: Build Catch2 run: |