chore(CI): bump msvc build to use Qt 6.8.0

This commit is contained in:
Gary Wang 2024-10-12 19:57:27 +08:00
parent fa0b86a995
commit 5d2ddc199a
No known key found for this signature in database
GPG Key ID: 5D30A4F15EA78760

View File

@ -7,9 +7,11 @@ jobs:
strategy: strategy:
matrix: matrix:
vs: ['2022'] include:
msvc_arch: ['x64'] - qt_ver: '6.8.0'
qt_ver: ['6.7.2'] vs: '2022'
aqt_arch: 'win64_msvc2022_64'
msvc_arch: 'x64'
runs-on: windows-2022 runs-on: windows-2022
@ -18,7 +20,7 @@ jobs:
- name: Install Qt - name: Install Qt
uses: jurplel/install-qt-action@v4 uses: jurplel/install-qt-action@v4
with: with:
arch: 'win64_msvc2019_64' arch: ${{ matrix.aqt_arch }}
version: ${{ matrix.qt_ver }} version: ${{ matrix.qt_ver }}
modules: 'qtimageformats' modules: 'qtimageformats'
- name: Build - name: Build
@ -41,9 +43,11 @@ jobs:
strategy: strategy:
matrix: matrix:
vs: ['2022'] include:
msvc_arch: ['x64'] - qt_ver: '6.8.0'
qt_ver: ['6.7.2'] vs: '2022'
aqt_arch: 'win64_msvc2022_64'
msvc_arch: 'x64'
runs-on: windows-2022 runs-on: windows-2022
@ -52,7 +56,7 @@ jobs:
- name: Install Qt - name: Install Qt
uses: jurplel/install-qt-action@v4 uses: jurplel/install-qt-action@v4
with: with:
arch: 'win64_msvc2019_64' arch: ${{ matrix.aqt_arch }}
version: ${{ matrix.qt_ver }} version: ${{ matrix.qt_ver }}
modules: 'qtimageformats' modules: 'qtimageformats'
- name: Build - name: Build