-
Notifications
You must be signed in to change notification settings - Fork 762
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
Can't install temurin java 8 for macos #625
Comments
Did I miss the announcement that this is going to be no longer supported? Our test suite is also failing for JDK8 on MacOS with |
New macos-latest use macos-14 on M1 ... and there is no distribution for such architecture |
@slawekjaranowski Ah, good to know. Thanks! |
Hello @DorianMazur |
|
Hello @DorianMazur, |
The new GitHub macOS host uses ARM, and the Adopt/Temurin JDKs no longer work since they aren't built for that architecture until Java 11. See: actions/setup-java#625
The new GitHub macOS host uses ARM, and the Adopt/Temurin JDKs no longer work since they aren't built for that architecture until Java 11. See: actions/setup-java#625 (cherry picked from commit 6580e06)
The new GitHub macOS host uses ARM, and the Adopt/Temurin JDKs no longer work since they aren't built for that architecture until Java 11. See: actions/setup-java#625 (cherry picked from commit 6580e06)
The new GitHub macOS host uses ARM, and the Adopt/Temurin JDKs no longer work since they aren't built for that architecture until Java 11. See: actions/setup-java#625 (cherry picked from commit 6580e06)
Description:
My workflow is failing because java 8 is no longer available for macos -> https://github.com/dherault/serverless-offline/actions/runs/8815659321/job/24201682104?pr=1779
https://api.adoptium.net/v3/assets/version/%5B1.0,9.0%5D?project=jdk&vendor=adoptium&heap_size=normal&sort_method=DEFAULT&sort_order=DESC&os=mac&architecture=aarch64&image_type=jdk&release_type=ga&jvm_impl=hotspot&page_size=20
Task version:
v3
Platform:
Runner type:
Repro steps:
On macos arm64 runner:
Expected behavior:
It should be possible to install java 8 on macos
Actual behavior:
It's not possible to install java 8 on macos
The text was updated successfully, but these errors were encountered: