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: |