From 953589ea2487fac41aee764b2d0f813a7f9a69d6 Mon Sep 17 00:00:00 2001 From: Cam Date: Thu, 21 Aug 2025 14:21:49 -0600 Subject: [PATCH] Update coverage.yml --- .github/workflows/coverage.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index cad5e41b..66649d0e 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -7,7 +7,7 @@ on: jobs: coverage: - runs-on: ubuntu-20.04 + runs-on: ubuntu-latest steps: - uses: actions/checkout@master