diff --git a/.github/workflows/build_latest.yml b/.github/workflows/build_latest.yml index 8d1ca4a34..f65d1967a 100644 --- a/.github/workflows/build_latest.yml +++ b/.github/workflows/build_latest.yml @@ -20,7 +20,7 @@ jobs: fail-fast: false matrix: os: ['ubuntu', 'windows'] - qt-version: [ '5.12.*', '5.15.*', '6.10.*' ] + qt-version: [ '5.12.*', '5.15.*', '6.10.0' ] python-version: [ '3.12' ] runs-on: ${{ matrix.os }}-latest steps: