goto-bus-stop / setup-zig

use a @ziglang compiler in your github actions workflows
Other
147 stars 19 forks source link

Support macos-aarch64 #76

Closed tetsu-koba closed 3 months ago

tetsu-koba commented 3 months ago

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?

tetsu-koba commented 3 months ago

This PR https://github.com/goto-bus-stop/setup-zig/pull/68 would solve this issue?

tetsu-koba commented 3 months ago

Thank you very much. I succeed my test in both macos-13(x86_64) and maos-14(aarch64) with setup-zig@default.