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

Commit d70abd5

Browse files
authored
Merge pull request #206 from radarhere/m1
2 parents 54a83e2 + ace38dd commit d70abd5

File tree

1 file changed

+20
-22
lines changed

1 file changed

+20
-22
lines changed

.github/workflows/wheels.yml

Lines changed: 20 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -28,17 +28,16 @@ jobs:
2828
os-name: "osx"
2929
- os: "ubuntu-20.04"
3030
os-name: "focal"
31-
# Disable whilst not available
32-
# - os: "macos-11.0"
33-
# os-name: "osx"
34-
# platform: "arm64"
35-
# python: "3.9"
36-
# macos-target: "11.0"
37-
# - os: "macos-11.0"
38-
# os-name: "osx"
39-
# platform: "arm64"
40-
# python: "3.8"
41-
# macos-target: "11.0"
31+
- os: "macos-11"
32+
os-name: "osx"
33+
platform: "arm64"
34+
python: "3.9"
35+
macos-target: "11.0"
36+
- os: "macos-11"
37+
os-name: "osx"
38+
platform: "arm64"
39+
python: "3.8"
40+
macos-target: "11.0"
4241
env:
4342
BUILD_COMMIT: HEAD
4443
PLAT: ${{ matrix.platform }}
@@ -82,17 +81,16 @@ jobs:
8281
os-name: "osx"
8382
- os: "ubuntu-20.04"
8483
os-name: "focal"
85-
# Disable whilst not available
86-
# - os: "macos-11.0"
87-
# os-name: "osx"
88-
# platform: "arm64"
89-
# python: "3.9"
90-
# macos-target: "11.0"
91-
# - os: "macos-11.0"
92-
# os-name: "osx"
93-
# platform: "arm64"
94-
# python: "3.8"
95-
# macos-target: "11.0"
84+
- os: "macos-11"
85+
os-name: "osx"
86+
platform: "arm64"
87+
python: "3.9"
88+
macos-target: "11.0"
89+
- os: "macos-11"
90+
os-name: "osx"
91+
platform: "arm64"
92+
python: "3.8"
93+
macos-target: "11.0"
9694
env:
9795
BUILD_COMMIT: master
9896
PLAT: ${{ matrix.platform }}

0 commit comments

Comments
 (0)