Run faster builds first

This commit is contained in:
Andrew Murray 2022-03-30 18:36:38 +11:00
parent dc26810199
commit 1d53ac8b1d

View File

@ -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"