| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Copilot-Session: d4f1997e-98a5-4dec-b5fc-2f0fcf1abd27
There was a problem hiding this comment.
Updates the Oracle macOS Intel E2E “floating major version” matrix entry to avoid Oracle JDK 17 macOS x64 no longer having a /latest/ artifact, which breaks the workflow’s concrete-version assertion.
Changes:
| File | Description |
|---|---|
| .github/workflows/e2e-versions.yml | Updates the Oracle macOS Intel matrix version from 17→21 to keep the “floating version resolves to concrete version” E2E assertion valid. |
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Description:
Oracle no longer publishes the macOS x64 JDK 17 /latest/ artifact, so setup-java falls back to the immutable GA archive whose concrete version is 17. Update the macOS Intel Oracle matrix case to JDK 21, where /latest/ remains available and the concrete-version assertion continues to test the intended floating-download behavior.
Related issue:
https://github.com/actions/setup-java/actions/runs/32085636736/job/95557484658#step:4:16
Check list: