Skip to content

Commit

Permalink
Autobuild: iOS: Build on Qt 6.3.0, macOS 11, Xcode 13.2.1
Browse files Browse the repository at this point in the history
Qt 6.3.0 (iOS) requires Xcode 13.x which is only available on macos-11.
  • Loading branch information
hoffie committed Apr 26, 2022
1 parent 121d3cb commit 7a612ce
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/autobuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -149,13 +149,14 @@ jobs:

- config_name: iOS (artifacts)
target_os: ios
building_on_os: macos-10.15
base_command: QT_VERSION=5.15.2 ./.github/autobuild/ios.sh
building_on_os: macos-11
base_command: QT_VERSION=6.3.0 ./.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
# Latest Xcode which runs on macos-11:
xcode_version: 13.2.1

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

0 comments on commit 7a612ce

Please sign in to comment.