Skip to content

Commit

Permalink
Force upgrade on Qt5 Xcode sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
ann0see authored Oct 11, 2024
1 parent d723bfc commit c89e6bd
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 @@ -250,15 +250,15 @@ jobs:

- config_name: iOS (artifacts)
target_os: ios
building_on_os: macos-12
building_on_os: macos-14
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
# Unfortunately, more modern Xcode versions no longer seem to support
# Qt 5.15.2. Therefore upgrading to Qt6 is needed in the medium term (#2711)
xcode_version: 13.4.1
xcode_version: 16.0.0

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

0 comments on commit c89e6bd

Please sign in to comment.