diff --git a/.github/workflows/Android.yml b/.github/workflows/Android.yml index 6e4da01..75f983c 100644 --- a/.github/workflows/Android.yml +++ b/.github/workflows/Android.yml @@ -56,16 +56,16 @@ jobs: - qt_version: 6.5.3 abi: arm64-v8a arch: android_arm64_v8a - - qt_version: 6.6.1 + - qt_version: 6.6.2 abi: x86 arch: android_x86 - - qt_version: 6.6.1 + - qt_version: 6.6.2 abi: x86_64 arch: android_x86_64 - - qt_version: 6.6.1 + - qt_version: 6.6.2 abi: armeabi-v7a arch: android_armv7 - - qt_version: 6.6.1 + - qt_version: 6.6.2 abi: arm64-v8a arch: android_arm64_v8a @@ -152,7 +152,7 @@ jobs: needs: build strategy: matrix: - qt_version: [6.5.3, 6.6.1] + qt_version: [6.5.3, 6.6.2] steps: - name: Download artifacts for x86 @@ -209,7 +209,7 @@ jobs: contents: write strategy: matrix: - qt_version: [6.5.3, 6.6.1] + qt_version: [6.5.3, 6.6.2] steps: - name: Download artifacts diff --git a/.github/workflows/Linux.yml b/.github/workflows/Linux.yml index 30a8c62..d91f6ff 100644 --- a/.github/workflows/Linux.yml +++ b/.github/workflows/Linux.yml @@ -51,11 +51,11 @@ jobs: qt_modules: qtlocation qtpositioning compiler: default - qt_series: 6 - qt_version: 6.6.1 + qt_version: 6.6.2 qt_modules: qtlocation qtpositioning compiler: default - qt_series: 6 - qt_version: 6.6.1 + qt_version: 6.6.2 qt_modules: qtlocation qtpositioning compiler: gcc-13 gcov: gcov-13 @@ -232,7 +232,7 @@ jobs: contents: write strategy: matrix: - qt_version: [5.15.2, 6.5.3, 6.6.1] + qt_version: [5.15.2, 6.5.3, 6.6.2] steps: - name: Download artifacts diff --git a/.github/workflows/Windows.yml b/.github/workflows/Windows.yml index 57603b0..5bcf135 100644 --- a/.github/workflows/Windows.yml +++ b/.github/workflows/Windows.yml @@ -62,7 +62,7 @@ jobs: compiler: x64 compiler_version: 14.29 - qt_series: 6 - qt_version: 6.6.1 + qt_version: 6.6.2 qt_arch: win64_msvc2019_64 qt_modules: qtlocation qtpositioning arch: msvc2019_64 @@ -224,7 +224,7 @@ jobs: contents: write strategy: matrix: - qt_version: [5.15.2, 6.5.3, 6.6.1] + qt_version: [5.15.2, 6.5.3, 6.6.2] arch: [msvc2019_64] steps: diff --git a/.github/workflows/iOS.yml b/.github/workflows/iOS.yml index d99ad17..a87dfd1 100644 --- a/.github/workflows/iOS.yml +++ b/.github/workflows/iOS.yml @@ -46,7 +46,7 @@ jobs: include: - qt_version: 6.5.3 deployment_target: 14.0 - - qt_version: 6.6.1 + - qt_version: 6.6.2 deployment_target: 14.0 env: @@ -129,7 +129,7 @@ jobs: contents: write strategy: matrix: - qt_version: [6.5.3, 6.6.1] + qt_version: [6.5.3, 6.6.2] steps: - name: Download artifacts diff --git a/.github/workflows/macOS.yml b/.github/workflows/macOS.yml index e245491..17467d5 100644 --- a/.github/workflows/macOS.yml +++ b/.github/workflows/macOS.yml @@ -59,14 +59,14 @@ jobs: deployment_arch: x86_64 runs_on: macos-14 - qt_series: 6 - qt_version: 6.6.1 + qt_version: 6.6.2 qt_modules: qtlocation qtpositioning compiler: default deployment_target: 11.0 deployment_arch: x86_64;arm64 runs_on: macos-14 - qt_series: 6 - qt_version: 6.6.1 + qt_version: 6.6.2 qt_modules: qtlocation qtpositioning compiler: llvm@17 deployment_target: 11.0 @@ -228,7 +228,7 @@ jobs: contents: write strategy: matrix: - qt_version: [5.15.2, 6.5.3, 6.6.1] + qt_version: [5.15.2, 6.5.3, 6.6.2] steps: - name: Download artifacts