RFR: 8334731: GHA: build on macOS / aarch64
Andy Goryachev
angorya at openjdk.org
Fri Jun 21 15:33:15 UTC 2024
On Fri, 21 Jun 2024 15:22:57 GMT, Kevin Rushforth <kcr at openjdk.org> wrote:
> GitHub Actions: add a macOS / aarch64 build using a macOS 14 test runner and a macOS / aarch64 boot JDK. This is a brute force approach that duplicates the job config (I don't want to spend the time to figure out how to parameterize the `.yaml` script).
.github/workflows/submit.yml line 231:
> 229:
> 230:
> 231: macos_aarch64_build:
should we add a note at the beginning of the file warning about attempting to modify one target vs. possibly propagating the changes to all targets?
-------------
PR Review Comment: https://git.openjdk.org/jfx/pull/1484#discussion_r1649120035
More information about the openjfx-dev
mailing list