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