Skip to content

Commit

Permalink
Build: Update iOS Runner and SDK
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
ann0see committed May 21, 2023
1 parent 068bfbc commit 4ccd8ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/autobuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -251,13 +251,13 @@ jobs:

- config_name: iOS (artifacts)
target_os: ios
building_on_os: macos-10.15
building_on_os: macos-12
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: 13.4.1

- config_name: Windows (artifact+codeQL)
target_os: windows
Expand Down

0 comments on commit 4ccd8ce

Please sign in to comment.