-
Notifications
You must be signed in to change notification settings - Fork 742
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
Java 17 failing with "Could not find satisfied version for SemVer '17'" #692
Comments
Looks like https://api.adoptopenjdk.net/ is currently in bad shape, throwing a 404. |
|
We're seeing the same issue and the timing matches the downtime here: https://api.adoptopenjdk.net, like mentioned above. |
We've confirmed that zulu is also working after swapping to that over - name: Set up JDK 17
id: setup-java
uses: actions/setup-java@v4
with:
distribution: zulu
java-version: 17 |
running into this issue with jdk 11 on ubuntu as well |
Here i´m have problems with the 21 version. I´m think to resolve need change the adopt values (https://github.com/search?q=repo%3Aactions%2Fsetup-java%20api.adoptopenjdk.net&type=code) to |
Hi @edenman, |
'adopt' is now pulling from 'temurin' anyway |
Have this issue with GraalVM |
@violetagg from what I can tell, your issue is pulling graalvms that come from Oracle, the start of this issue was about pulling Adoptopenjdk/Temurin builds. I think yours is a separate issue |
@johnoliver Should I open a new issue? Btw we started to download the distribution manually in order to mitigate the problem. |
@violetagg I would create a new issue yes, I think yours is unrelated to #692 |
@johnoliver Here it is #700 |
Hi @edenman 👋, |
Description:
This was working fine until today.
Task version:
v4
Platform:
Runner type:
Repro steps:
Our config
Expected behavior:
Install
Actual behavior:
Not installed
The text was updated successfully, but these errors were encountered: