Skip to content

Commit

Permalink
Autobuild: iOS: Build with Qt 6.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
hoffie committed Mar 19, 2022
1 parent 69f5092 commit 26f000b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/autobuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,9 +129,9 @@ jobs:
- config_name: iOS (artifacts)
target_os: ios
building_on_os: macos-10.15
cmd1_prebuild: "QT_VERSION=5.15.2 ./.github/autobuild/ios.sh setup"
cmd2_build: "QT_VERSION=5.15.2 ./.github/autobuild/ios.sh build"
cmd3_postbuild: "QT_VERSION=5.15.2 ./.github/autobuild/ios.sh get-artifacts"
cmd1_prebuild: "QT_VERSION=6.2.3 ./.github/autobuild/ios.sh setup"
cmd2_build: "QT_VERSION=6.2.3 ./.github/autobuild/ios.sh build"
cmd3_postbuild: "QT_VERSION=6.2.3 ./.github/autobuild/ios.sh get-artifacts"
# 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:
Expand Down

0 comments on commit 26f000b

Please sign in to comment.