From a1d33bdb834591b7cbec57afde496ef89ac00b17 Mon Sep 17 00:00:00 2001 From: Perceval Wajsburt Date: Fri, 13 Dec 2024 19:06:35 +0100 Subject: [PATCH] ci: use ubuntu-22.04 to support python 3.7 --- .github/workflows/coverage.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 843a3ab..6c95e64 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -29,7 +29,7 @@ jobs: pull-request-coverage: name: Check Pull Request Coverage if: github.event_name == 'pull_request' - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 env: GITHUB_PR_NUMBER: ${{github.event.pull_request.number}} steps: @@ -111,7 +111,7 @@ jobs: main-coverage: name: Update Base Coverage if: github.ref_name == inputs.base-branch - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 env: GITHUB_PR_NUMBER: ${{github.event.pull_request.number}} steps: