Update ci.yml to be in line with master

This commit is contained in:
Eric 2025-06-04 17:32:07 +10:00
parent 2d8f05cc25
commit 79564ce72f
No known key found for this signature in database

View File

@ -73,11 +73,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