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

macOS deployments only work on the latest macOS version #44

Closed
janhohenheim opened this issue Feb 15, 2023 · 0 comments · Fixed by #45
Closed

macOS deployments only work on the latest macOS version #44

janhohenheim opened this issue Feb 15, 2023 · 0 comments · Fixed by #45

Comments

@janhohenheim
Copy link
Contributor

janhohenheim commented Feb 15, 2023

The issue is MACOSX_DEPLOYMENT_TARGET here: https://github.com/NiklasEi/bevy_game_template/blob/main/.github/workflows/release.yaml#L48
The current config will set this to the newest macOS version, which disables the app on all older machines.
I'm no expert at what a sensible default would be, but I'd wager a good candidate could be 11.0 Big Sur from November 19, 2020, since it is the first version to support universal binaries.

(credit for this discovery and suggested fix goes to @bash who's sitting next to me 😄)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant