Skip to content
This repository has been archived by the owner on Oct 8, 2024. It is now read-only.

Commit

Permalink
Disable macos-11.0 whilst not available for this repo
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk committed Apr 1, 2021
1 parent 4d91cd8 commit c0f9f98
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit c0f9f98

Please sign in to comment.