Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(actions): do NOT build arm64 on python3.8 and earlier
It seems that arm64 builds are not well-supported on these platforms so we will skip building the arm64 version on these, for now. Note that he glob pattern for 3.8 has to be a bit more permissive as `cp3{6,7,8}-*-*arm64` does not match `cp38-macosx_arm64` (note the underscore, although the glob does work for cp36 adn cp37 for some reason that is not obvious right now.
- Loading branch information