From 932cc49c814e2c20e6d9ff3baa6a2cb7b2ac82cc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 26 Sep 2024 18:52:04 +0000 Subject: [PATCH] chore(deps): update dependency ubuntu to v24 --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5daff449f9..ed621763c1 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -43,7 +43,7 @@ jobs: name: Build source distribution if: github.event_name == 'push' || ! github.event.pull_request.draft - runs-on: ubuntu-20.04 + runs-on: ubuntu-24.04 steps: - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 @@ -202,7 +202,7 @@ jobs: name: Publish wheels and sdist if: github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags/v') - runs-on: ubuntu-20.04 + runs-on: ubuntu-24.04 environment: name: pypi url: https://pypi.org/p/pact-python