setup-zig
setup-zig copied to clipboard
Better handle architecture
trafficstars
When using setup-zig on macOS ARM runners, it currently downloads the x64 (Intel) version of Zig by default. I believe the changes proposed in this PR should resolve the issue by ensuring the ARM version of Zig is downloaded instead.
That is the reasoning of the change, since currently the action is unable to pick the right binary due to it being hardcoded.