-
Notifications
You must be signed in to change notification settings - Fork 8
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 CI/CD fails because of Java 8 #119
Comments
@detekt/maintainers thoughts? Repo is being blocked from any maintenance. |
Downgrade to macOS 13 for now I think. 11 is still supported by GitHub runners (though deprecated), so there's quite some time until 13 is dropped. Alternatively move to a Java distribution that supports Java 8 on aarch64 (Coretto or Zulu for example). |
Merged a fix to unblock the dependency updates, we can change it if the solution is not the best. Matthew's comment made me realise that we should stay on latest of machine because it should be faster during compilation even if it needs to download a Java. |
actions/setup-java#625 -> actions/setup-java#625 (comment)
Probably caused by: https://github.blog/changelog/2024-04-01-macos-14-sonoma-is-generally-available-and-the-latest-macos-runner-image/
Probable solution:
I saw now new issue related to this at https://github.com/actions/runner-images/issues
The text was updated successfully, but these errors were encountered: