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

Commit 19dd635

Browse files
committed
Exclude macOS builds rather than include
1 parent 1d53ac8 commit 19dd635

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/wheels-macos.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,15 @@ jobs:
2121
strategy:
2222
fail-fast: false
2323
matrix:
24-
python: [ "3.8", "3.9", "3.10" ]
24+
python: [ "3.7", "3.8", "3.9", "3.10", "pypy3.7-7.3.8", "pypy3.8-7.3.8" ]
2525
platform: [ "arm64", "x86_64" ]
26-
include:
26+
exclude:
2727
- python: "3.7"
28-
platform: "x86_64"
28+
platform: "arm64"
2929
- python: "pypy3.7-7.3.8"
30-
platform: "x86_64"
30+
platform: "arm64"
3131
- python: "pypy3.8-7.3.8"
32-
platform: "x86_64"
32+
platform: "arm64"
3333
env:
3434
BUILD_COMMIT: ${{ inputs.build-commit }}
3535
PLAT: ${{ matrix.platform }}

0 commit comments

Comments
 (0)