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

Mac CI/CD fails because of Java 8 #119

Open
TWiStErRob opened this issue Apr 26, 2024 · 0 comments
Open

Mac CI/CD fails because of Java 8 #119

TWiStErRob opened this issue Apr 26, 2024 · 0 comments

Comments

@TWiStErRob
Copy link
Member

actions/setup-java#625

Probably caused by: https://github.blog/changelog/2024-04-01-macos-14-sonoma-is-generally-available-and-the-latest-macos-runner-image/

Probable solution:

-macos-latest
+macos-13 # Java 8 is not supported on macos-14+ (M1).

I saw now new issue related to this at https://github.com/actions/runner-images/issues

@TWiStErRob TWiStErRob changed the title Mac CI fails because of Java 8 Mac CI/CD fails because of Java 8 Apr 26, 2024
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

No branches or pull requests

1 participant