mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-07-02 02:43:06 +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:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
python: [ "3.7", "3.8", "3.9", "3.10", "pypy3.7-7.3.8", "pypy3.8-7.3.8" ]
|
python: [ "pypy3.7-7.3.8", "pypy3.8-7.3.8", "3.7", "3.8", "3.9", "3.10" ]
|
||||||
platform: [ "arm64", "x86_64" ]
|
platform: [ "x86_64", "arm64" ]
|
||||||
exclude:
|
exclude:
|
||||||
- python: "3.7"
|
- python: "3.7"
|
||||||
platform: "arm64"
|
platform: "arm64"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user