On Fri, 3 Oct 2025 21:42:16 GMT, Kevin Rushforth <[email protected]> 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. LGTM ------------- Marked as reviewed by arapte (Reviewer). PR Review: https://git.openjdk.org/jfx/pull/1928#pullrequestreview-3305930941
