diff --git a/.github/workflows/build-qt.yml b/.github/workflows/build-qt.yml index 8796659f..0476e0c1 100644 --- a/.github/workflows/build-qt.yml +++ b/.github/workflows/build-qt.yml @@ -36,7 +36,7 @@ jobs: uses: jurplel/install-qt-action@v4 with: aqtversion: '==3.1.*' - version: '6.7.3' + version: '6.8.0' host: 'windows' target: 'desktop' arch: 'win64_mingw' @@ -107,7 +107,7 @@ jobs: uses: jurplel/install-qt-action@v4 with: aqtversion: '==3.1.*' - version: '6.7.3' + version: '6.8.0' host: 'linux' target: 'desktop' arch: 'linux_gcc_64'