You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
GitHub currently only provides x86_64 macOS runners. When you request packages, the Intel versions will always be installed regardless of build targets. While Apple Silicon builds can use CLI tools installed this way, you will not be able to build software for Apple Silicon if it requires C libraries from Homebrew.
I guess things can be easily adapted so that releases with dependencies from Homebrew now work!
The text was updated successfully, but these errors were encountered:
so, i'll let @mistydemeo or @Gankra chime in, but iirc the issue here has to do with the minimum OS installed on each runner. unfortunately the macos-14 runner has a newer OS- so defaulting to it would actually be a breaking change- dropping compatibility for binaries that we currently can support with macos-12.
So it seems Apple Silicon (M1) macOS runners are now available on GitHub Actions.
https://github.com/orgs/community/discussions/69211
In the limitation section of https://opensource.axo.dev/cargo-dist/book/ci/github.html#bring-your-own-release you say:
I guess things can be easily adapted so that releases with dependencies from Homebrew now work!
The text was updated successfully, but these errors were encountered: