-
Notifications
You must be signed in to change notification settings - Fork 203
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: run macOS builds on both arm64 and x86_64
The macos-latest runner image has historically been x86_64, but it's currently migrating from macos-12 to macos-14 which runs on arm64 hardware. It seems useful to get test coverage on both architectures, so arrange that for now. Presumably we'll eventually have to drop macOS x86_64 tests when the macos-12 image goes out of support. Homebrew installs into /opt/homebrew on arm64 Macs.
- Loading branch information
Showing
2 changed files
with
12 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters