|
15 | 15 | strategy:
|
16 | 16 | matrix:
|
17 | 17 | BUILD_TYPE: [Release, Debug]
|
18 |
| - qt_version: [6.9.0, 5.15.2, 5.12.12] |
| 18 | + qt_version: [6.8.1, 5.15.2, 5.12.12] |
19 | 19 | include:
|
20 |
| - - qt_version: 6.9.0 |
| 20 | + - qt_version: 6.8.1 |
21 | 21 | qt_arch: win64_msvc2022_64
|
22 | 22 | qt_modules: qtscxml qtmultimedia qtimageformats qtserialport qt5compat
|
23 | 23 | CMAKE_GENERATOR_PLATFORM: x64
|
@@ -330,7 +330,7 @@ jobs:
|
330 | 330 | run: git clone https://github.com/KangLin/RabbitCommon.git
|
331 | 331 |
|
332 | 332 | - name: Build RabbitRemoteControl with cmake preset
|
333 |
| - if: ${{ matrix.BUILD_TYPE == 'Release' && matrix.qt_version == '6.9.0' && startsWith(github.ref, 'refs/heads/master')}} |
| 333 | + if: ${{ matrix.BUILD_TYPE == 'Release' && matrix.qt_version == '6.8.1' && startsWith(github.ref, 'refs/heads/master')}} |
334 | 334 | working-directory: ${{github.workspace}}
|
335 | 335 | env:
|
336 | 336 | RabbitCommon_ROOT: ${{env.SOURCE_DIR}}/RabbitCommon
|
@@ -434,7 +434,7 @@ jobs:
|
434 | 434 | ${{github.workspace}}\build\RabbitRemoteControl_${{env.RabbitRemoteControl_VERSION}}_${{matrix.qt_arch}}_qt${{matrix.qt_version}}_Portable.zip
|
435 | 435 |
|
436 | 436 | - name: Update artifact update_windows.xml
|
437 |
| - if: ${{ matrix.BUILD_TYPE == 'Release' && matrix.qt_version == '6.9.0' }} |
| 437 | + if: ${{ matrix.BUILD_TYPE == 'Release' && matrix.qt_version == '6.8.1' }} |
438 | 438 | uses: actions/upload-artifact@v4
|
439 | 439 | with:
|
440 | 440 | name: ${{ env.artifact_name }}_${{matrix.qt_version}}_${{matrix.qt_arch}}_xml
|
|
0 commit comments