diff --git a/.github/workflows/wheels-macos.yml b/.github/workflows/wheels-macos.yml index 6034cce73..0e66de576 100644 --- a/.github/workflows/wheels-macos.yml +++ b/.github/workflows/wheels-macos.yml @@ -24,12 +24,12 @@ jobs: python: [ "3.8", "3.9", "3.10" ] platform: [ "arm64", "x86_64" ] include: - - platform: "x86_64" - python: "3.7" - - platform: "x86_64" - python: "pypy3.7-7.3.8" - - platform: "x86_64" - python: "pypy3.8-7.3.8" + - python: "3.7" + platform: "x86_64" + - python: "pypy3.7-7.3.8" + platform: "x86_64" + - python: "pypy3.8-7.3.8" + platform: "x86_64" env: BUILD_COMMIT: ${{ inputs.build-commit }} PLAT: ${{ matrix.platform }}