Integrated: 8369140: GHA: Update macOS / x64 build to use macos-15-intel runner
Kevin Rushforth
kcr at openjdk.org
Mon Oct 6 22:20:02 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.
This pull request has now been integrated.
Changeset: e8820e24
Author: Kevin Rushforth <kcr at openjdk.org>
URL: https://git.openjdk.org/jfx/commit/e8820e2482bbc00765975854e738fdc214a46ea4
Stats: 3 lines in 1 file changed: 0 ins; 0 del; 3 mod
8369140: GHA: Update macOS / x64 build to use macos-15-intel runner
Reviewed-by: arapte
-------------
PR: https://git.openjdk.org/jfx/pull/1928
More information about the openjfx-dev
mailing list