From 3c57bcd1b161a191f610b84d866feb6246a67f4e Mon Sep 17 00:00:00 2001 From: Keshav Priyadarshi Date: Wed, 28 May 2025 20:36:20 +0530 Subject: [PATCH] Run release CI on Ubuntu 22.04 Ubuntu 20.04 runner is depricated https://github.com/actions/runner-images/issues/11101 Signed-off-by: Keshav Priyadarshi --- .github/workflows/pypi-release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pypi-release.yml b/.github/workflows/pypi-release.yml index 1bf50d19e..88c6664d6 100644 --- a/.github/workflows/pypi-release.yml +++ b/.github/workflows/pypi-release.yml @@ -47,7 +47,7 @@ jobs: name: Create GH release needs: - build-pypi-distribs - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 steps: - name: Download built archives @@ -67,7 +67,7 @@ jobs: name: Create PyPI release needs: - create-gh-release - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 steps: - name: Download built archives