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: