ci: use Zulu for the release smoke (fixes windows-aarch64)#45
Merged
Conversation
The first run failed only on windows-aarch64, at "Set up JDK 25": Temurin has no Windows/ARM64 JDK 25 build yet. Zulu ships JDK 25 for all six targets (and is already the distribution used in publish.yml), so switch the whole matrix to Zulu for a uniform, working setup. The other five legs (linux x64/arm64, macOS x64/arm64, windows x64) passed on the first run. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Make the JDK distribution explicit per matrix leg (all zulu) and reference
${{ matrix.distribution }} in setup-java, so a single target can be pointed
at another vendor later without restructuring the step.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
First smoke run (28313867692) passed on 5 of 6 legs.
windows-aarch64failed at Set up JDK 25 — Temurin has no Windows/ARM64 JDK 25 build yet, so the smoke step was skipped.Fix: switch the matrix to Zulu, which ships JDK 25 for all six targets (verified
jdk25.0.3win-arm64 via Azul's API) and is already the distributionpublish.ymluses. Uniform > per-leg overrides.Passing legs from the first run: linux-x86_64, linux-aarch64, osx-x86_64, osx-aarch64, windows-x86_64. Will re-run after merge to confirm all six green on Zulu.
🤖 Generated with Claude Code