release: skip bad macos wheels for now (#3411)

Workaround for #3312
This commit is contained in:
Jelle Zijlstra 2022-12-08 20:36:39 -08:00 committed by GitHub
parent 9ace064d85
commit 5b1443aefd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -47,12 +47,13 @@ jobs:
- os: macos-11
name: macos-x86_64
macos_arch: "x86_64"
- os: macos-11
name: macos-arm64
macos_arch: "arm64"
- os: macos-11
name: macos-universal2
macos_arch: "universal2"
# Only build x86_64 wheels on macos until #3312 is fixed
# - os: macos-11
# name: macos-arm64
# macos_arch: "arm64"
# - os: macos-11
# name: macos-universal2
# macos_arch: "universal2"
steps:
- uses: actions/checkout@v3