DEBUG: build mac wheels on PRs

This commit is contained in:
David Robertson 2023-02-07 18:13:55 +00:00
parent f10caa73ee
commit f7aa7b4dbe
No known key found for this signature in database
GPG key ID: 903ECE108A39DEDD

View file

@ -107,9 +107,9 @@ jobs:
- ${{ startsWith(github.ref, 'refs/pull/') }}
exclude:
# Don't build macos wheels on PR CI.
- is_pr: true
os: "macos-11"
# # Don't build macos wheels on PR CI.
# - is_pr: true
# os: "macos-11"
# Don't build aarch64 wheels on mac.
- os: "macos-11"
arch: aarch64