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. As noted in the above blog, this solution will last us until the fall of 2027. Beyond that there will be no solution for testing builds on macOS / x64. Once the `mac-15-intel` runner is retired, we will need to remove the macOS / x64 platform from our GHA test matrix. ------------- PR Comment: https://git.openjdk.org/jfx/pull/1928#issuecomment-3367365754
