From 34b2e34ea0143c86b8863ba6b92516e5bf2ef2c2 Mon Sep 17 00:00:00 2001 From: Andrew Murray Date: Sat, 29 May 2021 17:37:51 +1000 Subject: [PATCH] Disable macos-11.0 whilst not available for this repo --- .github/workflows/wheels.yml | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index 4c12d79e2..9a7395307 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -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 }}