From ace38ddbb97fca90bec5ce5e604b78474639594e Mon Sep 17 00:00:00 2001 From: Andrew Murray Date: Thu, 24 Jun 2021 00:45:12 +1000 Subject: [PATCH] Enabled macos-11 --- .github/workflows/wheels.yml | 42 +++++++++++++++++------------------- 1 file changed, 20 insertions(+), 22 deletions(-) diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index 9a7395307..04835a56f 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -28,17 +28,16 @@ jobs: os-name: "osx" - os: "ubuntu-20.04" os-name: "focal" -# 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" + - os: "macos-11" + os-name: "osx" + platform: "arm64" + python: "3.9" + macos-target: "11.0" + - os: "macos-11" + os-name: "osx" + platform: "arm64" + python: "3.8" + macos-target: "11.0" env: BUILD_COMMIT: HEAD PLAT: ${{ matrix.platform }} @@ -82,17 +81,16 @@ jobs: os-name: "osx" - os: "ubuntu-20.04" os-name: "focal" -# 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" + - os: "macos-11" + os-name: "osx" + platform: "arm64" + python: "3.9" + macos-target: "11.0" + - os: "macos-11" + os-name: "osx" + platform: "arm64" + python: "3.8" + macos-target: "11.0" env: BUILD_COMMIT: master PLAT: ${{ matrix.platform }}