diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5880edc..911ea45 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -307,7 +307,7 @@ jobs: - name: Prepare for gcovr run: | - pip install gcovr==7.2 + pip install gcovr==8.2 - name: Configure CMake run: >