diff --git a/.github/workflows/autobuild.yml b/.github/workflows/autobuild.yml index 67b778b..245b8f3 100644 --- a/.github/workflows/autobuild.yml +++ b/.github/workflows/autobuild.yml @@ -19,7 +19,7 @@ jobs: - name: Install Qt uses: jurplel/install-qt-action@v3 with: - version: '6.5.1' + version: '6.5.3' host: 'linux' target: 'desktop' arch: 'gcc_64' @@ -77,7 +77,7 @@ jobs: - name: Install Qt uses: jurplel/install-qt-action@v3 with: - version: '6.5.1' + version: '6.5.3' host: 'windows' target: 'desktop' arch: 'win64_mingw'