From eceebec49ecf1a3eda281a0630a9a7577b44ef0a Mon Sep 17 00:00:00 2001 From: LordGrey <48840279+Lord-Grey@users.noreply.github.com> Date: Fri, 2 Aug 2024 00:24:15 +0200 Subject: [PATCH] Test Qt 6.8 --- .github/workflows/qt5_6.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/qt5_6.yml b/.github/workflows/qt5_6.yml index 203d0553..cd95b9c1 100644 --- a/.github/workflows/qt5_6.yml +++ b/.github/workflows/qt5_6.yml @@ -191,7 +191,7 @@ jobs: - name: 📥 Install Qt uses: jurplel/install-qt-action@v4 with: - version: ${{ inputs.qt_version == '6' && '6.7' || '5.15.*' }} + version: ${{ inputs.qt_version == '6' && '6.*' || '5.15.*' }} target: 'desktop' modules: ${{ inputs.qt_version == '6' && 'qtserialport' || '' }} arch: 'win64_msvc2019_64'