Skip to content

Commit

Permalink
Upgrade iOS Build
Browse files Browse the repository at this point in the history
This will fail but show how to process further
  • Loading branch information
ann0see committed Dec 23, 2024
1 parent 8f50123 commit fe6e66b
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/autobuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -250,15 +250,13 @@ jobs:

- config_name: iOS (artifacts)
target_os: ios
building_on_os: macos-12
base_command: QT_VERSION=5.15.2 ./.github/autobuild/ios.sh
building_on_os: macos-14
base_command: QT_VERSION=6.7.3 ./.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: 15.4.0

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

0 comments on commit fe6e66b

Please sign in to comment.