Windows - use latest Qt version available

This commit is contained in:
LordGrey 2024-06-02 10:09:47 +02:00
parent 22612ee26b
commit 1fd40571af

View File

@ -179,7 +179,7 @@ jobs:
- name: 📥 Install Qt
uses: jurplel/install-qt-action@v4
with:
version: ${{ inputs.qt_version == '6' && '6.5.2' || '5.15.2' }}
version: ${{ inputs.qt_version == '6' && '6.*' || '5.15.*' }}
target: 'desktop'
modules: ${{ inputs.qt_version == '6' && 'qtserialport' || '' }}
arch: 'win64_msvc2019_64'