diff --git a/.github/workflows/pip.yml b/.github/workflows/pip.yml index 3036d485..7431d04f 100644 --- a/.github/workflows/pip.yml +++ b/.github/workflows/pip.yml @@ -10,7 +10,7 @@ jobs: strategy: fail-fast: false matrix: - platform: [windows-latest, macos-latest, ubuntu-latest] + platform: [windows-latest, macos-13, ubuntu-latest] python-version: ["3.7", "3.11"] runs-on: ${{ matrix.platform }}