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
radarhere committed May 29, 2021
1 parent 88a8459 commit 34b2e34
Showing 1 changed file with 11 additions and 10 deletions.
21 changes: 11 additions & 10 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 34b2e34

Please sign in to comment.