aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorChristian Kandeler <christian.kandeler@qt.io>2023-11-24 10:04:31 +0100
committerChristian Kandeler <christian.kandeler@qt.io>2023-11-24 13:46:04 +0000
commit98521742cf1ba8d30587b317ddd8bda0d3216547 (patch)
treed1630d50f64ff828539d586286ce20885d31feae /.github
parent7867c6aaa375e6c7ff3affb67dc6af56df1ecdf4 (diff)
Docker: Update Qt version in Windows image
With Qt 6.5, qhelpgenerator crashes when building the documentation, which prevents us from building release packages. Change-Id: I51b30ef6a6bf18d9032aa27ac6afae5edf558c18 Reviewed-by: Ivan Komissarov <ABBAPOH@gmail.com>
Diffstat (limited to '.github')
-rw-r--r--.github/actions/download-qt/action.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/actions/download-qt/action.yml b/.github/actions/download-qt/action.yml
index ff1d31d60..039f29ca6 100644
--- a/.github/actions/download-qt/action.yml
+++ b/.github/actions/download-qt/action.yml
@@ -4,7 +4,7 @@ inputs:
version:
description: 'Qt version'
required: false
- default: '6.5.0'
+ default: '6.6.0'
target:
description: 'Qt target (desktop, ios, android)'
required: false