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