From 42881942144650eb2e979b6b44e3277722d15e1f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ulises=20Gasc=C3=B3n?= Date: Sun, 18 May 2025 19:14:03 +0200 Subject: [PATCH] fix: use `ubuntu-latest` as ci runner --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a4bce56..2ec53a2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,7 +9,7 @@ permissions: jobs: test: - runs-on: ubuntu-20.04 + runs-on: ubuntu-latest permissions: contents: read # for actions/checkout to fetch code checks: write # for coverallsapp/github-action to create new checks @@ -220,4 +220,4 @@ jobs: with: github-token: ${{ secrets.github_token }} parallel-finished: true - \ No newline at end of file +