Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CI: Always install the Rust target for MacOS on x86_64 #51

Merged
merged 1 commit into from
Apr 23, 2024
Merged

Conversation

MarijnS95
Copy link
Member

According to GitHub documentation it is now possible to get a Mac M1 runner using the aarch64 architecture. This means x86_64 is no longer the only host architecture for which we expect the x86_64-apple-darwin target to always be natively installed.

Install it unconditionally next to the aarch64 Mac/iOS triples and let rustup figure out and skip what's already installed.

According to [GitHub documentation] it is now possible to get a Mac M1
runner using the aarch64 architecture.  This means `x86_64` is no longer
the only host architecture for which we expect the `x86_64-apple-darwin`
target to always be natively installed.

Install it unconditionally next to the `aarch64` Mac/iOS triples and let
`rustup` figure out and skip what's already installed.

[GitHub documentation]: https://docs.github.com/en/actions/using-github-hosted-runners/about-github-hosted-runners/about-github-hosted-runners
@MarijnS95
Copy link
Member Author

@MarijnS95 MarijnS95 merged commit 812a6e7 into main Apr 23, 2024
13 checks passed
@MarijnS95 MarijnS95 deleted the mac-m1 branch April 23, 2024 12:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants