Skip to content

Commit

Permalink
github: coverage: back to Ubuntu 22.04 (#317)
Browse files Browse the repository at this point in the history
'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]>
  • Loading branch information
matttbe authored Jan 27, 2025
1 parent 7cf80e3 commit 07d4ec0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on: ["push", "pull_request"]
jobs:
build:

runs-on: ubuntu-latest
runs-on: ubuntu-22.04

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 07d4ec0

Please sign in to comment.