You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Issue #1403 checklist:
- Output binaries for macOS builds: run CPack on macOS and upload the resulting openxray*.zip as a workflow artifact.
What this change does:
- Add a minimal macOS matrix: macos-latest (arm64) + macos-15-intel (x86_64).
- Force -DCPACK_GENERATOR=ZIP on macOS for deterministic packaging.
- Speed/stability: install ccache and cache ~/.ccache; disable Homebrew auto-updates via HOMEBREW_NO_AUTO_UPDATE.
0 commit comments