From c0f9f98ec7a51a10bd31e68681c3ce5e57360e26 Mon Sep 17 00:00:00 2001 From: Hugo van Kemenade Date: Thu, 1 Apr 2021 23:07:37 +0300 Subject: [PATCH] Disable macos-11.0 whilst not available for this repo --- .github/workflows/wheels.yml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index 869cc88f..09e9beda 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -28,11 +28,12 @@ jobs: os-name: "osx" - os: "ubuntu-16.04" os-name: "xenial" - - os: "macos-11.0" - os-name: "osx" - platform: "arm64" - python: "3.9" - macos-target: "11.0" +# Disable whilst not available +# - os: "macos-11.0" +# os-name: "osx" +# platform: "arm64" +# python: "3.9" +# macos-target: "11.0" env: BUILD_COMMIT: HEAD PLAT: ${{ matrix.platform }}