Skip to content

Commit 109ab77

Browse files
facontidavideclaude
andcommitted
Fix coverage CI: use ubuntu-24.04 for lcov 2.x support
The --ignore-errors mismatch and --ignore-errors unused flags require lcov 2.x, which is not available on ubuntu-22.04. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent c336632 commit 109ab77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cmake_ubuntu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
run: ctest --test-dir build/${{env.BUILD_TYPE}}
4848

4949
coverage:
50-
runs-on: ubuntu-22.04
50+
runs-on: ubuntu-24.04
5151

5252
steps:
5353
- uses: actions/checkout@v6

0 commit comments

Comments
 (0)