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
The current macos release runs on arm64 machines only. However, many older macs are running in intel and can therefore not run the app. They get the following error message:
You can't open the applicationn "Janice.app" because this application is not supported on this Mac.
It would be nice to also provide a macos release for intel, so that Janice would also work on older Macs.
The macos release is build with a github image called macos-latest, which is running on arm64. One solution would be to create an additional delivery with the macos-13 images, which is running on intel.
Problem
The current macos release runs on arm64 machines only. However, many older macs are running in intel and can therefore not run the app. They get the following error message:
It would be nice to also provide a macos release for intel, so that Janice would also work on older Macs.
See also this discussion on the Fyne Discord: Discord discussion
Solution
The macos release is build with a github image called
macos-latest
, which is running on arm64. One solution would be to create an additional delivery with themacos-13
images, which is running on intel.See also this related github issue: macos 14 is only arm64
See also the current definition of github images: Available images
The text was updated successfully, but these errors were encountered: