[jdk11u-dev] RFR: 8369226: GHA: Switch to MacOS 15

Antonio Vieiro avieiro at openjdk.org
Wed Nov 12 19:15:18 UTC 2025


On Wed, 12 Nov 2025 14:23:58 GMT, Antonio Vieiro <avieiro at openjdk.org> wrote:

> Backport of [JDK-8369226](https://bugs.openjdk.org/browse/JDK-8369226) from JDK17 that upgrades `macos-13` runners to `macos-15-intel`, and XCode from `14.3.1` to `16.4`, since `macos-13` will be removed in early december.
> 
> The backport is not clean, as there are many differences between GHA in JDK11 and upper versions (e.g.
> [JDK-8341097](https://bugs.openjdk.org/browse/JDK-8341097), [JDK-8325194](https://bugs.openjdk.org/browse/JDK-8325194)).
> 
> One test failed with the new configuration, due to [JDK-8368192](https://bugs.openjdk.org/browse/JDK-8368192). This is included in a second commit. 
> 
> Some other tests in `tier1` are also failing on `macos` and may require future backports.

One JDWP test failed when using a `*.local` address for JDWP:

` -Xrunjdwp:transport=dt_socket,address=Mac-1762967583261.local:49212` 

With:


2025-11-12T17:27:03.7710510Z ERROR: transport error 202: getaddrinfo: unknown host
2025-11-12T17:27:03.7742510Z ERROR: JDWP Transport dt_socket failed to initialize, TRANSPORT_INIT(510)
2025-11-12T17:27:03.7762640Z JDWP exit error AGENT_ERROR_TRANSPORT_INIT(197): No transports initialized [src/jdk.jdwp.agent/share/native/libjdwp/debugInit.c:745]


This is nothing new. `macos-13` GHA runners were also unable to resolve `*.local` addresses using `getaddrinfo` (see [this issue](https://github.com/actions/runner-images/issues/8649), [or this reproducer](https://github.com/vieiro/gha-macos-resolve-hostname) ) and the problem may be also happening in `macos-15-intel` GHA runners. I'll try to reproduce and file a new issue.

-------------

PR Comment: https://git.openjdk.org/jdk11u-dev/pull/3117#issuecomment-3523507355


More information about the jdk-updates-dev mailing list