diff --git a/.github/workflows/Test_PyPI.yml b/.github/workflows/Test_PyPI.yml index cc69a2305..8394961f0 100644 --- a/.github/workflows/Test_PyPI.yml +++ b/.github/workflows/Test_PyPI.yml @@ -8,7 +8,7 @@ on: jobs: build-n-publish: name: Build and publish Python 🐍 distributions 📦 to TestPyPI - runs-on: ubuntu-20.04 + runs-on: ubuntu-latest steps: - name: Checkout repository uses: actions/checkout@v3