mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-27 10:26:19 +03:00
Disable macos-11.0 whilst not available for this repo
This commit is contained in:
parent
88a8459b41
commit
34b2e34ea0
21
.github/workflows/wheels.yml
vendored
21
.github/workflows/wheels.yml
vendored
|
@ -82,16 +82,17 @@ jobs:
|
||||||
os-name: "osx"
|
os-name: "osx"
|
||||||
- os: "ubuntu-20.04"
|
- os: "ubuntu-20.04"
|
||||||
os-name: "focal"
|
os-name: "focal"
|
||||||
- os: "macos-11.0"
|
# Disable whilst not available
|
||||||
os-name: "osx"
|
# - os: "macos-11.0"
|
||||||
platform: "arm64"
|
# os-name: "osx"
|
||||||
python: "3.9"
|
# platform: "arm64"
|
||||||
macos-target: "11.0"
|
# python: "3.9"
|
||||||
- os: "macos-11.0"
|
# macos-target: "11.0"
|
||||||
os-name: "osx"
|
# - os: "macos-11.0"
|
||||||
platform: "arm64"
|
# os-name: "osx"
|
||||||
python: "3.8"
|
# platform: "arm64"
|
||||||
macos-target: "11.0"
|
# python: "3.8"
|
||||||
|
# macos-target: "11.0"
|
||||||
env:
|
env:
|
||||||
BUILD_COMMIT: master
|
BUILD_COMMIT: master
|
||||||
PLAT: ${{ matrix.platform }}
|
PLAT: ${{ matrix.platform }}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user