diff --git a/.github/workflows/pypi-ci.yml b/.github/workflows/pypi-ci.yml index b25009b..0848473 100644 --- a/.github/workflows/pypi-ci.yml +++ b/.github/workflows/pypi-ci.yml @@ -16,9 +16,9 @@ jobs: fail-fast: false matrix: python-version: - - 3.8 + - 3.11 os: - - ubuntu-20.04 + - ubuntu-24.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-24.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-24.04 needs: [build_wheels] if: startsWith(github.ref, 'refs/tags') steps: