[jdk11u-dev] RFR: 8318039: GHA: Bump macOS and Xcode versions
Severin Gehwolf
sgehwolf at openjdk.org
Mon Sep 23 13:56:46 UTC 2024
On Thu, 19 Sep 2024 08:59:31 GMT, Antonio Vieiro <duke at openjdk.org> wrote:
> The `macos-11` github runners [were deprecated and removed in June 2024](https://github.blog/changelog/2024-05-20-actions-upcoming-changes-to-github-hosted-macos-runners/) , making the `macos` tests to hang in `openjdk11u-dev` (and other OpenJDK repositories).
>
> [JDK-8335793 GHA: Bump macOS and Xcode versions](https://bugs.openjdk.org/browse/JDK-8335793) upgraded the version [from `macos-11` to `macos-13`](https://github.com/openjdk/jdk11u-dev/pull/2835). This upgrade in github runners required a long list of changes in `openjdk11u-dev` that proved difficult to review.
>
> In order to ease the review process this PR downgrades the version of github runners in `jdk11u-dev` from the current `macos-13` to `macos-12` and `xcode-13.4.1`. This will require a single backport of [JDK-8299254 Support dealing with standard assert macro](https://bugs.openjdk.org/browse/JDK-8299254) (a follow-up to this PR), making the review process easier.
>
> Once the github actions are running again in `macos-12` an upgrade to `macos-13` could be performed, if required, with some more additional PRs.
This seems OK as a fix, but not under this bug. `8318039` is already in `jdk11u-dev`: https://git.openjdk.org/jdk11u-dev/commit/82e28669e7abbea30033d7b3e52c6b1fe5f4184a
Therefore, please open a JDK 11u specific bug and propose the fix under that new bug.
-------------
Changes requested by sgehwolf (Reviewer).
PR Review: https://git.openjdk.org/jdk11u-dev/pull/2936#pullrequestreview-2322325972
More information about the jdk-updates-dev
mailing list