mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-11-11 04:07:21 +03:00
Disable macos-11.0 whilst not available for this repo
This commit is contained in:
parent
4d91cd8485
commit
c0f9f98ec7
11
.github/workflows/wheels.yml
vendored
11
.github/workflows/wheels.yml
vendored
|
@ -28,11 +28,12 @@ jobs:
|
||||||
os-name: "osx"
|
os-name: "osx"
|
||||||
- os: "ubuntu-16.04"
|
- os: "ubuntu-16.04"
|
||||||
os-name: "xenial"
|
os-name: "xenial"
|
||||||
- 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"
|
||||||
|
# macos-target: "11.0"
|
||||||
env:
|
env:
|
||||||
BUILD_COMMIT: HEAD
|
BUILD_COMMIT: HEAD
|
||||||
PLAT: ${{ matrix.platform }}
|
PLAT: ${{ matrix.platform }}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user