Skip to content

Commit d9ad11a

Browse files
authored
Upgrade Xcode versions
1 parent 8cee07d commit d9ad11a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/autobuild.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ jobs:
231231
# Disable CodeQL on mac as it interferes with signing the binaries (signing hangs, see #2563 and #2564)
232232
run_codeql: false
233233
# Latest Xcode which runs on macos-15:
234-
xcode_version: 16.2.0
234+
xcode_version: 16.4.0
235235
is_main_build_target: true
236236

237237
# Reminder: If Legacy is removed, be sure to add a dedicated job for CodeQL again.
@@ -250,12 +250,12 @@ jobs:
250250
- config_name: iOS (artifacts)
251251
target_os: ios
252252
building_on_os: macos-15
253-
base_command: QT_VERSION=6.9.1 ./.github/autobuild/ios.sh
253+
base_command: QT_VERSION=6.7.3 ./.github/autobuild/ios.sh
254254
# Build failed with CodeQL enabled when last tested 03/2022 (#2490).
255255
# There are no hints that iOS is supposed to be supported by CodeQL.
256256
# Therefore, disable it:
257257
run_codeql: false
258-
xcode_version: 16.3.0
258+
xcode_version: 16.4.0
259259

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

0 commit comments

Comments
 (0)