mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-25 00:34:14 +03:00
Exclude macOS builds rather than include
This commit is contained in:
parent
1d53ac8b1d
commit
19dd635918
10
.github/workflows/wheels-macos.yml
vendored
10
.github/workflows/wheels-macos.yml
vendored
|
@ -21,15 +21,15 @@ jobs:
|
|||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
python: [ "3.8", "3.9", "3.10" ]
|
||||
python: [ "3.7", "3.8", "3.9", "3.10", "pypy3.7-7.3.8", "pypy3.8-7.3.8" ]
|
||||
platform: [ "arm64", "x86_64" ]
|
||||
include:
|
||||
exclude:
|
||||
- python: "3.7"
|
||||
platform: "x86_64"
|
||||
platform: "arm64"
|
||||
- python: "pypy3.7-7.3.8"
|
||||
platform: "x86_64"
|
||||
platform: "arm64"
|
||||
- python: "pypy3.8-7.3.8"
|
||||
platform: "x86_64"
|
||||
platform: "arm64"
|
||||
env:
|
||||
BUILD_COMMIT: ${{ inputs.build-commit }}
|
||||
PLAT: ${{ matrix.platform }}
|
||||
|
|
Loading…
Reference in New Issue
Block a user