Test Qt 6.8

This commit is contained in:
LordGrey
2024-08-02 00:24:15 +02:00
parent 242d4aa391
commit eceebec49e

View File

@@ -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'