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
ci: Add separate macOS builds for ARM and Intel architectures
This commit updates the `build-desktop.yml` GitHub Actions workflow to generate two distinct macOS application packages: one for ARM (Apple Silicon) and one for Intel processors.
This is achieved by adding a new entry to the build matrix and introducing an `arch` variable to differentiate the builds.
0 commit comments