From 51f91d9fcaa8063505bec23a112994bad7b1e7f7 Mon Sep 17 00:00:00 2001 From: Tony Mountifield Date: Wed, 12 Jun 2024 11:15:49 +0100 Subject: [PATCH] Update mac legacy runner to macos-13 --- .github/workflows/autobuild.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/autobuild.yml b/.github/workflows/autobuild.yml index 00fc3d4f2b..2fd765178d 100644 --- a/.github/workflows/autobuild.yml +++ b/.github/workflows/autobuild.yml @@ -237,11 +237,11 @@ jobs: # Reminder: If Legacy is removed, be sure to add a dedicated job for CodeQL again. - config_name: MacOS Legacy (artifacts+CodeQL) target_os: macos - building_on_os: macos-12 + building_on_os: macos-13 base_command: QT_VERSION=5.15.2 SIGN_IF_POSSIBLE=0 ARTIFACT_SUFFIX=_legacy ./.github/autobuild/mac.sh # Enable CodeQL on mac legacy as this version does not get signed run_codeql: true - # For Qt5 on Mac, we need to use an unsupported SDK version as macOS 12 doesn't + # For Qt5 on Mac, we need to use an unsupported SDK version as macOS 13 doesn't # support Xcode 12.1 which still ships SDK 10.15. # https://developer.apple.com/support/xcode/ # https://xcodereleases.com/