Commit 99423dc
ci: use Zulu for the release smoke (fixes windows-aarch64) (#45)
* ci: use Zulu for the release smoke (fixes windows-aarch64)
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>
* ci: keep distribution as a per-leg matrix key
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>
---------
Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>1 parent a1d2f5b commit 99423dc
1 file changed
Lines changed: 10 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
54 | 57 | | |
55 | | - | |
56 | | - | |
57 | | - | |
58 | | - | |
59 | | - | |
60 | | - | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
61 | 64 | | |
62 | 65 | | |
63 | 66 | | |
| |||
66 | 69 | | |
67 | 70 | | |
68 | 71 | | |
69 | | - | |
| 72 | + | |
70 | 73 | | |
71 | 74 | | |
72 | 75 | | |
| |||
0 commit comments