mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-25 00:34:14 +03:00
Run faster builds first
This commit is contained in:
parent
dc26810199
commit
1d53ac8b1d
2
.github/workflows/wheels-linux.yml
vendored
2
.github/workflows/wheels-linux.yml
vendored
|
@ -22,7 +22,7 @@ jobs:
|
|||
fail-fast: false
|
||||
matrix:
|
||||
python: [ "pypy3.7-7.3.8", "pypy3.8-7.3.8", "3.7", "3.8", "3.9", "3.10" ]
|
||||
platform: [ "x86_64", "i686" ]
|
||||
platform: [ "i686", "x86_64" ]
|
||||
mb-ml-libc: [ "manylinux" ]
|
||||
include:
|
||||
- python: "3.8"
|
||||
|
|
Loading…
Reference in New Issue
Block a user