mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-26 18:06:18 +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: "ubuntu-20.04"
|
||||
os-name: "focal"
|
||||
- os: "macos-11.0"
|
||||
os-name: "osx"
|
||||
platform: "arm64"
|
||||
python: "3.9"
|
||||
macos-target: "11.0"
|
||||
- os: "macos-11.0"
|
||||
os-name: "osx"
|
||||
platform: "arm64"
|
||||
python: "3.8"
|
||||
macos-target: "11.0"
|
||||
# Disable whilst not available
|
||||
# - os: "macos-11.0"
|
||||
# os-name: "osx"
|
||||
# platform: "arm64"
|
||||
# python: "3.9"
|
||||
# macos-target: "11.0"
|
||||
# - os: "macos-11.0"
|
||||
# os-name: "osx"
|
||||
# platform: "arm64"
|
||||
# python: "3.8"
|
||||
# macos-target: "11.0"
|
||||
env:
|
||||
BUILD_COMMIT: master
|
||||
PLAT: ${{ matrix.platform }}
|
||||
|
|
Loading…
Reference in New Issue
Block a user