diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 737ae0c3..35e3182f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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