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 / #16155, without which the build SIGSEGVs (presumably some since-fixed issue in Xcode 12.5.1). ------------- Commit messages: - 8318039: GHA: Bump macOS and Xcode versions Changes: https://git.openjdk.org/jdk/pull/16171/files Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=16171&range=00 Issue: https://bugs.openjdk.org/browse/JDK-8318039 Stats: 7 lines in 3 files changed: 0 ins; 0 del; 7 mod Patch: https://git.openjdk.org/jdk/pull/16171.diff Fetch: git fetch https://git.openjdk.org/jdk.git pull/16171/head:pull/16171 PR: https://git.openjdk.org/jdk/pull/16171
