We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ace064 commit 5b1443aCopy full SHA for 5b1443a
1 file changed
.github/workflows/pypi_upload.yml
@@ -47,12 +47,13 @@ jobs:
47
- os: macos-11
48
name: macos-x86_64
49
macos_arch: "x86_64"
50
- - os: macos-11
51
- name: macos-arm64
52
- macos_arch: "arm64"
53
54
- name: macos-universal2
55
- macos_arch: "universal2"
+ # Only build x86_64 wheels on macos until #3312 is fixed
+ # - os: macos-11
+ # name: macos-arm64
+ # macos_arch: "arm64"
+ # name: macos-universal2
56
+ # macos_arch: "universal2"
57
58
steps:
59
- uses: actions/checkout@v3
0 commit comments