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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
ci: drop Intel macOS build, ship three platforms (#20)
GitHub free Intel (macos-13) runners are chronically queued and macos-13 is
being deprecated, so every release was held hostage waiting for one. Apple
Silicon covers every Mac since late 2020, so we drop the Intel target and ship
Windows + macOS (Apple Silicon) + Linux. Intel-Mac users build from source.
- release.yml: remove the macos-13 matrix entry.
- electron-builder.yml: note mac is arm64-only.
- README / RELEASING / web guide: drop the Intel download, point Intel users to
build-from-source.