mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-26 18:06:18 +03:00
Moved python config above platform
This commit is contained in:
parent
2471dbdd75
commit
dc26810199
12
.github/workflows/wheels-macos.yml
vendored
12
.github/workflows/wheels-macos.yml
vendored
|
@ -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 }}
|
||||
|
|
Loading…
Reference in New Issue
Block a user