diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6030d1a..316140d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -61,7 +61,7 @@ jobs: coverage: name: Test coverage - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 if: "!startsWith(github.ref, 'refs/tags/')" steps: - name: Checkout