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
{{ message }}
This repository was archived by the owner on Feb 4, 2023. It is now read-only.
However, the GH CI runner for macos-11.0 isn't working at the moment and therefore disabled in the builds. See this issue for details: actions/runner-images#2381
Follow up for #85 (comment)
For macOS 15 "Catalina" it may be a better solution to bundle a binary version of
universalJavaApplicationStub
instead of the plain shell script.The
shc
utility is able to compile bash scripts to binary and it works! :-)It's available via
brew install shc
and can therefore be used easily in GitHub Actions CI.The text was updated successfully, but these errors were encountered: