Skip to content

Commit 3b09de4

Browse files
committed
Unify build process with local setup
1 parent ff3aa3b commit 3b09de4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/autobuild.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -249,12 +249,12 @@ jobs:
249249
- config_name: iOS (artifacts)
250250
target_os: ios
251251
building_on_os: macos-15
252-
base_command: QT_VERSION=6.7.3 ./.github/autobuild/ios.sh
252+
base_command: QT_VERSION=5.15.2 ./.github/autobuild/ios.sh
253253
# Build failed with CodeQL enabled when last tested 03/2022 (#2490).
254254
# There are no hints that iOS is supposed to be supported by CodeQL.
255255
# Therefore, disable it:
256256
run_codeql: false
257-
xcode_version: 16.3.0
257+
xcode_version: 26.2
258258

259259
- config_name: Windows (artifact+codeQL)
260260
target_os: windows

0 commit comments

Comments
 (0)