diff --git a/.github/workflows/publish-python.yml b/.github/workflows/publish-python.yml index d035d274..20be4205 100644 --- a/.github/workflows/publish-python.yml +++ b/.github/workflows/publish-python.yml @@ -62,13 +62,14 @@ jobs: print-hash: true macos: - runs-on: macos-latest + # actions/setup-python with Python <3.11 does not work with macos-latest + runs-on: macos-13 needs: - should-publish if: needs.should-publish.outputs.is_new_version == 'yes' strategy: matrix: - python-version: ["3.9", "3.10", "3.11", "3.12"] + python-version: ["3.9, "3.10", "3.11", "3.12"] steps: - uses: actions/checkout@v4 with: