diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index 5d752ca..620f6b8 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.10.1' + version: '6.10.2' modules: 'qtimageformats' cache: true - name: Install Conan and Dependencies diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 802d353..dff559a 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -8,7 +8,7 @@ jobs: strategy: matrix: include: - - qt_ver: '6.10.1' + - qt_ver: '6.10.2' vs: '2022' aqt_arch: 'win64_msvc2022_64' msvc_arch: 'x64' @@ -45,7 +45,7 @@ jobs: strategy: matrix: include: - - qt_ver: '6.10.1' + - qt_ver: '6.10.2' vs: '2022' aqt_arch: 'win64_msvc2022_64' msvc_arch: 'x64'