[jdk11u-dev] RFR: 8369226: GHA: Switch to MacOS 15 [v2]
Antonio Vieiro
avieiro at openjdk.org
Thu Nov 13 10:48:56 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
> > 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.
>
> I think we should consider with the work-around proposed in: #2861
Yep. This will shield the tests against resolution of `.local` addresses in `macos`.
FWIW the GHA issue on `macos-15` [was already reported here](https://github.com/actions/runner-images/issues/12562).
I'll await for the test results and may add the fix in #2861 as a separate commit afterwards.
-------------
PR Comment: https://git.openjdk.org/jdk11u-dev/pull/3117#issuecomment-3527165208
More information about the jdk-updates-dev
mailing list