Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
It turns out that since GitHub switched the default macOS runners to aarch64 machines, our CI config has been producing aarch64 binaries both in the `aarch64-macos` tarballs *and* the `x86_64-macos` tarballs. Oops! This fixes the config to do the right thing: natively compile aarch64 binaries, and cross-compile x86-64 binaries.
- Loading branch information