We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b1b7f6 commit d3cb377Copy full SHA for d3cb377
1 file changed
.github/workflows/autobuild.yml
@@ -249,12 +249,12 @@ jobs:
249
- config_name: iOS (artifacts)
250
target_os: ios
251
building_on_os: macos-15
252
- base_command: QT_VERSION=6.7.3 ./.github/autobuild/ios.sh
+ base_command: QT_VERSION=5.15.2 ./.github/autobuild/ios.sh
253
# Build failed with CodeQL enabled when last tested 03/2022 (#2490).
254
# There are no hints that iOS is supposed to be supported by CodeQL.
255
# Therefore, disable it:
256
run_codeql: false
257
- xcode_version: 16.3.0
+ xcode_version: 26.2
258
259
- config_name: Windows (artifact+codeQL)
260
target_os: windows
0 commit comments