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
What is the current behaviour and why should it be changed?
Currently we build on x86. The upgrade will change to arm64. All modern Mac devices are arm64, so it makes sense to also switch the build. It should also support x86.
The upgrade happens if we switch to macos-14 and needs some small changes to the mac.sh script. PR is following