From d07210369838f5278c3d704435795b87e1e54446 Mon Sep 17 00:00:00 2001 From: ann0see <20726856+ann0see@users.noreply.github.com> Date: Fri, 24 Jun 2022 21:26:52 +0200 Subject: [PATCH] Autobuild: Mac: Build with Qt 6.3.1 This will start building with the latest version of macOS on the latest available SDK. Related to: https://github.com/jamulussoftware/jamulus/pull/2300 --- .github/workflows/autobuild.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/autobuild.yml b/.github/workflows/autobuild.yml index eb32236062..dd6f16170d 100644 --- a/.github/workflows/autobuild.yml +++ b/.github/workflows/autobuild.yml @@ -132,12 +132,12 @@ jobs: - config_name: MacOS (artifacts) target_os: macos - # Stay on 10.15 as long as we use dmgbuild which does not work with 11's hdiutil (?): - building_on_os: macos-10.15 - base_command: QT_VERSION=5.15.2 SIGN_IF_POSSIBLE=1 ./.github/autobuild/mac.sh + building_on_os: macos-12 + base_command: QT_VERSION=6.3.1 SIGN_IF_POSSIBLE=1 ./.github/autobuild/mac.sh # Disable CodeQL on mac as it interferes with signing the binaries (signing hangs, see #2563 and #2564) run_codeql: false - xcode_version: 12.1.1 + # Latest Xcode which runs on macos-11: + xcode_version: 13.4.1 # Reminder: If Legacy is removed, be sure to add a dedicated job for CodeQL again. - config_name: MacOS Legacy (artifacts+CodeQL)