diff --git a/.github/workflows/asset.yml b/.github/workflows/asset.yml index b09e6b7e..daf65aee 100644 --- a/.github/workflows/asset.yml +++ b/.github/workflows/asset.yml @@ -26,7 +26,7 @@ jobs: qt-version: - 5.15.2 # OS LTS - 6.2.4 # LTS - - 6.5.2 # latest + - 6.5.3 # latest steps: - name: Download artifacts diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6cb65d81..ec8da7cc 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -29,7 +29,7 @@ jobs: qt-version: - 5.15.2 # OS LTS - 6.2.4 # LTS - - 6.5.2 # latest + - 6.5.3 # latest steps: - name: Checkout source code diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 191ce413..20cf981b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -158,7 +158,7 @@ jobs: matrix: os: [windows-2022] qt-version: - - 6.5.2 # latest + - 6.5.3 # latest compiler: - MSVC steps: