We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Now macos-latest in the github action changed to aarch64. Zig command compiled for x86_64 runs on aarch64 macos, but fails to link native libraries.
Could you support macos-aarch64?
The text was updated successfully, but these errors were encountered:
This PR #68 would solve this issue?
Sorry, something went wrong.
Thank you very much. I succeed my test in both macos-13(x86_64) and maos-14(aarch64) with setup-zig@default.
Use latest (unreleased) version of setup-zig action
7a5736f
Apparently there are bugs with handling of Mac architectures, the fixes for which haven't yet made it into a release. goto-bus-stop/setup-zig#76
Successfully merging a pull request may close this issue.
Now macos-latest in the github action changed to aarch64. Zig command compiled for x86_64 runs on aarch64 macos, but fails to link native libraries.
Could you support macos-aarch64?
The text was updated successfully, but these errors were encountered: