Skip to content

Commit 08cfd9a

Browse files
committed
Fix 3572: macos-15 runner does not support older than Qt 6.9.1
1 parent 134f966 commit 08cfd9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/autobuild.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ jobs:
250250
- config_name: iOS (artifacts)
251251
target_os: ios
252252
building_on_os: macos-15
253-
base_command: QT_VERSION=6.7.3 ./.github/autobuild/ios.sh
253+
base_command: QT_VERSION=6.9.1 ./.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:

0 commit comments

Comments
 (0)