Skip to content
This repository was archived by the owner on Oct 8, 2024. It is now read-only.

Commit 0148bd8

Browse files
radarherehugovk
andauthored
Run faster builds first
Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
1 parent 19dd635 commit 0148bd8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/wheels-macos.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ jobs:
2121
strategy:
2222
fail-fast: false
2323
matrix:
24-
python: [ "3.7", "3.8", "3.9", "3.10", "pypy3.7-7.3.8", "pypy3.8-7.3.8" ]
25-
platform: [ "arm64", "x86_64" ]
24+
python: [ "pypy3.7-7.3.8", "pypy3.8-7.3.8", "3.7", "3.8", "3.9", "3.10" ]
25+
platform: [ "x86_64", "arm64" ]
2626
exclude:
2727
- python: "3.7"
2828
platform: "arm64"

0 commit comments

Comments
 (0)