[jdk17u-dev] RFR: 8318039: GHA: Bump macOS and Xcode versions
Zdenek Zambersky
zzambers at openjdk.org
Fri Jul 5 15:11:03 UTC 2024
On Tue, 13 Feb 2024 11:03:41 GMT, George Adams <gdams at openjdk.org> wrote:
> In GHA, the versions of macOS (note: the version used for build/test, not the target macOS version we compile for) and Xcode are starting to show age. It's time to update to more modern versions.
>
> This change bumps the macOS to 13 (from 11) and Xcode to 14.3.1 (from 12.5.1/11.7). This is a prerequisite change for JDK-8317970 / https://github.com/openjdk/jdk/pull/16155, without which the build SIGSEGVs (presumably some since-fixed issue in Xcode 12.5.1).
>
> The macOS jobs are expected to fail until all remaining instances of `sprintf` have been replaced as well as gtest upgraded
It would be nice to have this done, as macos-11 seems to have [been dropped in GHA](https://bugs.openjdk.org/browse/JDK-8318039?focusedId=14686025&page=com.atlassian.jira.plugin.system.issuetabpanels%3Acomment-tabpanel#comment-14686025)
But it seems, quite a few sprintf related backports needs to be done first (not just 2 mentioned higher), see [JDK-8296812](https://bugs.openjdk.org/browse/JDK-8296812) and linked issues.. :(
-------------
PR Comment: https://git.openjdk.org/jdk17u-dev/pull/2206#issuecomment-2200310972
PR Comment: https://git.openjdk.org/jdk17u-dev/pull/2206#issuecomment-2200325687
More information about the jdk-updates-dev
mailing list