Modify ↓
#20009 closed enhancement (fixed)
Build macOS bundles on Java 15, not 16ea
Reported by: | Stereo | Owned by: | team |
---|---|---|---|
Priority: | normal | Milestone: | 20.11 |
Component: | Installer MacOS | Version: | |
Keywords: | Cc: |
Description
The Java 16-ea bundles aren't quite ready for prime time yet, and don't launch reliably; the Java 15 builds work better.
In .github/workflows/ant.yml
line 33, please update - java: 15
to - java: 16-ea
so that 16-ea gets excluded from the macOS builds.
This will let us link to the 15 builds for the upcoming tested release. Before next month, I'll update the process so that we can have both "stable" Java 15 builds and "unstable" Java 16-ea builds for macOS.
Attachments (0)
Note:
See TracTickets
for help on using tickets.
See also #19937.
Once this is done, I think we can close both?