Disable macos-11.0 whilst not available for this repo

This commit is contained in:
Andrew Murray 2021-05-29 17:37:51 +10:00
parent 88a8459b41
commit 34b2e34ea0

View File

@ -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 }}