RFR: 8369140: GHA: Update macOS / x64 build to use macos-15-intel runner
Kevin Rushforth
kcr at openjdk.org
Fri Oct 3 21:49:40 UTC 2025
On Fri, 3 Oct 2025 21:42:16 GMT, Kevin Rushforth <kcr at openjdk.org> wrote:
> Update our GitHub Actions scripts to use the `macos-15-intel` runner for macOS / x64 test builds.
>
> As noted in [this blog post](https://github.blog/changelog/2025-09-19-github-actions-macos-13-runner-image-is-closing-down/), GitHub will retire their `macos-13` runner later this fall. We use the macos-13 runner to build on macOS / x64 (the macos-14 runner builds on macOS / aarch64).
>
> Note that the GitHub macos-15 runners have Xcode 16.0 as the minimum version of Xcode rather than the Xcode 15.4 that we use in production. This is fine, and has the added benefit of early detection if we introduce any Xcode 16 bugs. We will continue to run macOS / aarch64 builds using the macos-14 runner with Xcode 15.4.
I see that the GHA build on Linux failed with a known intermittent test failure that is unrelated to this change (which only touches macOS / x64 GHA builds).
-------------
PR Comment: https://git.openjdk.org/jfx/pull/1928#issuecomment-3367303833
More information about the openjfx-dev
mailing list