Integrated: 8343760: GHA: macOS / aarch64 builds depend on Xcode 14 which will be removed
Kevin Rushforth
kcr at openjdk.org
Fri Nov 8 19:16:35 UTC 2024
On Thu, 7 Nov 2024 19:29:38 GMT, Kevin Rushforth <kcr at openjdk.org> wrote:
> Fix the GHA build on macOS / aarch64, which uses a macOS 14 GitHub Actions runner, by using the default Xcode 15 rather than explicitly selecting Xcode 14.
>
> GitHub has announced the removal of Xcode 14 from their macOS 14 images. See the following pages:
>
> https://github.com/actions/runner-images/blob/main/images/macos/macos-14-Readme.md
> https://github.com/actions/runner-images/issues/10703
>
> The following build failed, suggesting that they may have done this already:
>
> https://github.com/jayathirthrao/jfx/actions/runs/11718276557/job/32639337526
>
> At least one other build has failed as well. Subsequent builds passed, so they might be rolling it out incrementally, but in any case, we need to stop relying on using Xcode 14 on macOS 14.
This pull request has now been integrated.
Changeset: d0011b21
Author: Kevin Rushforth <kcr at openjdk.org>
URL: https://git.openjdk.org/jfx/commit/d0011b21959abdcc0ee9c969e7bd5fbbccb5d4ce
Stats: 2 lines in 1 file changed: 1 ins; 0 del; 1 mod
8343760: GHA: macOS / aarch64 builds depend on Xcode 14 which will be removed
Reviewed-by: angorya
-------------
PR: https://git.openjdk.org/jfx/pull/1630
More information about the openjfx-dev
mailing list