@@ -13,11 +13,11 @@ jobs:
1313 strategy :
1414 matrix :
1515 BUILD_TYPE : [Release, Debug]
16- qt_version : [6.7.1 , 5.15.2, 5.12.12]
16+ qt_version : [6.9.0 , 5.15.2, 5.12.12]
1717 include :
18- - qt_version : 6.7.1
18+ - qt_version : 6.9.0
1919 qt_arch : win64_msvc2019_64
20- qt_modules : qtscxml qtpositioning qtwebchannel qtwebsockets qtwebview qtmultimedia qt5compat
20+ qt_modules : qtscxml qtpositioning qtmultimedia qt5compat
2121 VCPKG_TARGET_TRIPLET : x64-windows
2222 VCPKG_PLATFORM_TOOLSET : v143
2323 CMAKE_GENERATOR_PLATFORM : x64
@@ -203,7 +203,7 @@ jobs:
203203 copy /Y FaceRecognizer_${{env.FaceRecognizer_VERSION}}_Setup.exe FaceRecognizer_${{env.FaceRecognizer_VERSION}}_${{matrix.qt_arch}}_qt${{matrix.qt_version}}_Setup.exe
204204
205205 - name : Update configure file
206- if : ${{ matrix.BUILD_TYPE == 'Release' && matrix.qt_version == '6.7.1 ' }}
206+ if : ${{ matrix.BUILD_TYPE == 'Release' && matrix.qt_version == '6.9.0 ' }}
207207 working-directory : ${{github.workspace}}\build
208208 run : |
209209 ${{github.workspace}}\build\install\bin\FaceRecognizerApp.exe ^
@@ -215,7 +215,7 @@ jobs:
215215 -m "${{env.FaceRecognizer_VERSION}}"
216216
217217 - name : Update artifact
218- if : ${{ matrix.BUILD_TYPE == 'Release' && matrix.qt_version == '6.7.1 ' }}
218+ if : ${{ matrix.BUILD_TYPE == 'Release' && matrix.qt_version == '6.9.0 ' }}
219219 uses : actions/upload-artifact@v4
220220 with :
221221 name : ${{ env.artifact_name }}_${{matrix.qt_version}}_${{matrix.qt_arch}}
0 commit comments