Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Current Janice release does not run on Intel Macs #8

Closed
ErikKalkoken opened this issue Aug 31, 2024 · 1 comment
Closed

Current Janice release does not run on Intel Macs #8

ErikKalkoken opened this issue Aug 31, 2024 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@ErikKalkoken
Copy link
Owner

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:

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.

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 the macos-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

@ErikKalkoken ErikKalkoken added the bug Something isn't working label Aug 31, 2024
@ErikKalkoken ErikKalkoken self-assigned this Aug 31, 2024
@ErikKalkoken
Copy link
Owner Author

Fixed with #9

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant