Skip to content

Commit c3241ec

Browse files
committedJul 31, 2024
Use Qt 6.7.2 for GitHub & Coin
Same as we use for packages. Change-Id: I55234cc3563a4d1a153a98f53ef3d7c011cf399f Reviewed-by: Cristian Adam <cristian.adam@qt.io>
1 parent 59ce9dc commit c3241ec

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎.github/workflows/build_cmake.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
- 'doc/**'
88

99
env:
10-
QT_VERSION: 6.7.1
10+
QT_VERSION: 6.7.2
1111
MACOS_DEPLOYMENT_TARGET: 11.0
1212
CLANG_VERSION: 18.1.7
1313
ELFUTILS_VERSION: 0.175

‎coin/instructions/common_environment.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ instructions:
1010
variableValue: https://ci-files02-hki.ci.qt.io/packages/jenkins/qtcreator_libclang/libclang-release_18.1.7-based
1111
- type: EnvironmentVariable
1212
variableName: QTC_QT_BASE_URL
13-
variableValue: "https://ci-files02-hki.ci.qt.io/packages/jenkins/archive/qt/6.7/6.7.1-released/Qt"
13+
variableValue: "https://ci-files02-hki.ci.qt.io/packages/jenkins/archive/qt/6.7/6.7.2-released/Qt"
1414
- type: EnvironmentVariable
1515
variableName: QTC_QT_MODULES
1616
variableValue: "qt5compat qtbase qtdeclarative qtimageformats qtquick3d qtquicktimeline qtserialport qtshadertools qtsvg qttools qttranslations qtwebengine"

0 commit comments

Comments
 (0)
Please sign in to comment.