From 322738f6ff25f1becdfc28af68899ec582d27c00 Mon Sep 17 00:00:00 2001 From: Filippo Luca Ferretti Date: Fri, 11 Oct 2024 19:13:18 +0200 Subject: [PATCH] Update runners OS to Ubuntu 22.04 --- .github/workflows/pypi-ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pypi-ci.yml b/.github/workflows/pypi-ci.yml index d07c01a..5b5b694 100644 --- a/.github/workflows/pypi-ci.yml +++ b/.github/workflows/pypi-ci.yml @@ -18,7 +18,7 @@ jobs: python-version: - 3.8 os: - - ubuntu-20.04 + - ubuntu-22.04 steps: - uses: actions/checkout@master @@ -43,7 +43,7 @@ jobs: deploy_test_PyPI: name: 📦 Deploy to TestPyPI - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 needs: [build_wheels] if: github.ref == 'refs/heads/main' steps: @@ -61,7 +61,7 @@ jobs: deploy_PyPI: name: 📦 Deploy to PyPI - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 needs: [build_wheels] if: startsWith(github.ref, 'refs/tags') steps: