diff --git a/.github/workflows/pip-release.yml b/.github/workflows/pip-release.yml index 11ecf5ad..c7a27d8c 100644 --- a/.github/workflows/pip-release.yml +++ b/.github/workflows/pip-release.yml @@ -14,8 +14,8 @@ jobs: strategy: matrix: - platform: [ubuntu-latest, windows-latest] - python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"] + platform: [ubuntu-latest, ubuntu-20.04, ubuntu-18.04, windows-latest] + python-version: ["3.7"] fail-fast: false runs-on: ${{ matrix.platform }}