diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index 75227c7..42eaf43 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -12,7 +12,7 @@ jobs: - name: Install Qt uses: jurplel/install-qt-action@v4 with: - version: '6.9.2' + version: '6.10.0' modules: 'qtimageformats' - name: Install Conan and Dependencies id: conan diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 6ee7994..5c28263 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -8,7 +8,7 @@ jobs: strategy: matrix: include: - - qt_ver: '6.9.2' + - qt_ver: '6.10.0' vs: '2022' aqt_arch: 'win64_msvc2022_64' msvc_arch: 'x64' @@ -44,7 +44,7 @@ jobs: strategy: matrix: include: - - qt_ver: '6.9.2' + - qt_ver: '6.10.0' vs: '2022' aqt_arch: 'win64_msvc2022_64' msvc_arch: 'x64'