-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
mac: github actions macos-13 #10404
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
mac: github actions macos-13 #10404
Conversation
github no longer supports 10.15 so lets see if 13 works
I think having some guard against breaking the macOS build would still provide added value even if the generated artifact is useless, though on the flip side I've learned to completely ignore it because half the time it doesn't succeed for various reasons. |
I tried downloading the artifact and it crashes on startup:
|
Libsharpyuv is now a dependency of libwebp so this needs to be updated: koreader/platform/mac/do_mac_bundle.sh Line 149 in ea3fa5c
|
@JasonInOttawa |
Why is the |
I tried the artifact. It launches but books crash on open. Attached are the problem report and koreader crash log. On my Macbook, I have to do a debug build to avoid the crash on book open. |
Good question ;o). I assume because the bundle script predates us actually building libwebp, but I haven't checked ;). |
libwebp wasn't used prior to us building it so I don't think that makes much sense as a hypothesis. :-P |
I simply meant that the bundle script predates our own shared webp by about 2 years ;). |
Ready for merge? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sure, merge if you think it's done.
github no longer supports 10.15 so lets see if 13 works
@JasonInOttawa Can you please test?
If this doesn't work then i will disable the workflow for now.
This change is