From 76bd8f57f2538844a1cf0167932d681ec813d6a9 Mon Sep 17 00:00:00 2001 From: ann0see <20726856+ann0see@users.noreply.github.com> Date: Sun, 21 May 2023 21:13:23 +0200 Subject: [PATCH] Build: Update iOS Runner and SDK This updates the iOS build to a newer SDK which is not supported by Qt5. Due to ongoing work on Qt6 support, this is a hotfix only with the goal to have a fully working Qt6 iOS build in future. --- .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 ee111670d8..2093636b95 100644 --- a/.github/workflows/autobuild.yml +++ b/.github/workflows/autobuild.yml @@ -251,13 +251,13 @@ jobs: - config_name: iOS (artifacts) target_os: ios - building_on_os: macos-10.15 + building_on_os: macos-11 base_command: QT_VERSION=5.15.2 ./.github/autobuild/ios.sh # Build failed with CodeQL enabled when last tested 03/2022 (#2490). # There are no hints that iOS is supposed to be supported by CodeQL. # Therefore, disable it: run_codeql: false - xcode_version: 12.1.1 + xcode_version: 12.5.1 - config_name: Windows (artifact+codeQL) target_os: windows