mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-13 10:46:16 +03:00
Run faster builds first
Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
This commit is contained in:
parent
19dd635918
commit
0148bd8175
4
.github/workflows/wheels-macos.yml
vendored
4
.github/workflows/wheels-macos.yml
vendored
|
@ -21,8 +21,8 @@ jobs:
|
|||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
python: [ "3.7", "3.8", "3.9", "3.10", "pypy3.7-7.3.8", "pypy3.8-7.3.8" ]
|
||||
platform: [ "arm64", "x86_64" ]
|
||||
python: [ "pypy3.7-7.3.8", "pypy3.8-7.3.8", "3.7", "3.8", "3.9", "3.10" ]
|
||||
platform: [ "x86_64", "arm64" ]
|
||||
exclude:
|
||||
- python: "3.7"
|
||||
platform: "arm64"
|
||||
|
|
Loading…
Reference in New Issue
Block a user