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

Antonio Vieiro avieiro at openjdk.org
Fri Nov 14 08:57:35 UTC 2025


On Thu, 13 Nov 2025 10:40:48 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)).
>
> Antonio Vieiro has refreshed the contents of this pull request, and previous commits have been removed. Incremental views are not available. The pull request now contains one commit:
> 
>   Backport 7fe25530c47cacc11c5214ef7ef4db443701eabf

Let's add a fix for the `.local` name resolution using `getaddrinfo` (see https://github.com/actions/runner-images/issues/12562). This was reported in [JDK-8336451](https://bugs.openjdk.org/browse/JDK-8336451)

These DNS resolution issues seem to be random, and have reappeared again in #3119 . The fix makes `macos` tests more deterministic.

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

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


More information about the jdk-updates-dev mailing list