File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments