Skip to content

ci: add macOS GitHub Actions workflow#1

Merged
lius-new merged 1 commit into
Simprint:mainfrom
wuhao1477:main
May 19, 2026
Merged

ci: add macOS GitHub Actions workflow#1
lius-new merged 1 commit into
Simprint:mainfrom
wuhao1477:main

Conversation

@wuhao1477
Copy link
Copy Markdown
Contributor

Mirror runtime-build-win.yml for macos-latest (arm64):

  • runtime-build-mac.yml: workflow_dispatch + tag-triggered cargo build --release --bin simprint-runtime

  • On v* tag push, attaches the binary to the GitHub Release via softprops/action-gh-release@v2

Out of scope: R2 upload, latest.json generation, auto-updater integration.

Note: simprint-runtime/Cargo.toml has [target.'cfg(windows)'.dependencies]. Source-level macOS compatibility is assumed but not guaranteed; the workflow surfaces compile failures for triage as a separate follow-up.

Mirror runtime-build-win.yml for macos-latest (arm64):

- runtime-build-mac.yml: workflow_dispatch + tag-triggered cargo build --release --bin simprint-runtime

- On v* tag push, attaches the binary to the GitHub Release via softprops/action-gh-release@v2

Out of scope: R2 upload, latest.json generation, auto-updater integration.

Note: simprint-runtime/Cargo.toml has [target.'cfg(windows)'.dependencies]. Source-level macOS compatibility is assumed but not guaranteed; the workflow surfaces compile failures for triage as a separate follow-up.
Copy link
Copy Markdown
Contributor

@lius-new lius-new left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Approved. This PR can be merged.

@lius-new lius-new merged commit 6ca6f34 into Simprint:main May 19, 2026
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.

2 participants