Skip to content

Commit 07d4ec0

Browse files
authored
github: coverage: back to Ubuntu 22.04 (#317)
'ubuntu-latest' is now following Ubuntu 24.04, which comes with LCOV 2.0. That's great, but the autoconf-archive package in Ubuntu 24.04 doesn't support LCOV 2.0, a fix [1] is missing. The simple solution not to block further development is to switch back to Ubuntu 22.04 for this workflow. Link: https://git.savannah.gnu.org/gitweb/?p=autoconf-archive.git;a=commit;h=fc10ebf6185441fcd5e0c0a183fcb97497553594 [1] Signed-off-by: Matthieu Baerts (NGI0) <[email protected]>
1 parent 7cf80e3 commit 07d4ec0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on: ["push", "pull_request"]
55
jobs:
66
build:
77

8-
runs-on: ubuntu-latest
8+
runs-on: ubuntu-22.04
99

1010
steps:
1111
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)