Fix desktop release Zig setup#543
Open
Blues-Code wants to merge 1 commit into
Open
Conversation
|
Someone is attempting to deploy a commit to the Crafter Station Team on Vercel. A member of the Team first needs to authorize it. |
2e8a5ab to
75c80e8
Compare
Author
|
Fork validation passed end to end.\n\nRun: https://github.com/Blues-Code/petdex/actions/runs/29063538991\nRelease assets: https://github.com/Blues-Code/petdex/releases/tag/desktop-v0.2.2\n\nArtifacts generated successfully:\n- petdex-desktop-darwin-arm64\n- petdex-desktop-darwin-x64\n- petdex-desktop-win32-x64.exe\n- petdex-desktop-sidecar.js\n\nThe previous failure point, mlugg/setup-zig installing Zig 0.16.0 on macOS, is fixed with setup-zig@v2. The darwin-x64 job now cross-builds on macos-14 with -Dtarget=x86_64-macos, avoiding macos-13 runner queue stalls. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary\n- upgrade desktop release Zig setup action to mlugg/setup-zig@v2 so Zig 0.16.0 resolves correctly\n- disable matrix fail-fast so one macOS architecture failure does not cancel the other\n- explicitly allow release asset overwrite when rerunning an existing desktop tag\n\n## Validation\n- ruby YAML parse for .github/workflows/desktop-release.yml\n- verified ziglang.org download index contains 0.16.0\n\nAfter merge, rerun the desktop release workflow manually for desktop-v0.2.2 to regenerate macOS and Windows assets.