Run faster builds first

Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
This commit is contained in:
Andrew Murray 2022-03-30 21:19:24 +11:00 committed by GitHub
parent 19dd635918
commit 0148bd8175
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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