Update ci.yml to be in line with master

This commit is contained in:
Eric 2025-06-04 17:32:07 +10:00
parent 562da50dda
commit 83aa74ed13
No known key found for this signature in database

View File

@ -58,11 +58,7 @@ jobs:
suggest: true
coverage:
# Force to stick to ubuntu 20.04 for coverage because
# lcov was updated to 2.x version in ubuntu-latest
# and cause a lot of issues.
# See https://github.com/linux-test-project/lcov/issues/238
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
steps:
- name: Checkout sources
uses: actions/checkout@v4