diff --git a/.github/workflows/Android.yml b/.github/workflows/Android.yml index 223e66d..f86b71e 100644 --- a/.github/workflows/Android.yml +++ b/.github/workflows/Android.yml @@ -56,16 +56,28 @@ jobs: - qt_version: 6.5.3 abi: arm64-v8a arch: android_arm64_v8a - - qt_version: 6.6.2 + - qt_version: 6.6.3 abi: x86 arch: android_x86 - - qt_version: 6.6.2 + - qt_version: 6.6.3 abi: x86_64 arch: android_x86_64 - - qt_version: 6.6.2 + - qt_version: 6.6.3 abi: armeabi-v7a arch: android_armv7 - - qt_version: 6.6.2 + - qt_version: 6.6.3 + abi: arm64-v8a + arch: android_arm64_v8a + - qt_version: 6.7.0 + abi: x86 + arch: android_x86 + - qt_version: 6.7.0 + abi: x86_64 + arch: android_x86_64 + - qt_version: 6.7.0 + abi: armeabi-v7a + arch: android_armv7 + - qt_version: 6.7.0 abi: arm64-v8a arch: android_arm64_v8a @@ -139,7 +151,7 @@ jobs: needs: build strategy: matrix: - qt_version: [6.5.3, 6.6.2] + qt_version: [6.5.3, 6.6.3, 6.7.0] steps: - name: Download artifacts for x86 @@ -209,7 +221,7 @@ jobs: contents: write strategy: matrix: - qt_version: [6.5.3, 6.6.2] + qt_version: [6.5.3, 6.6.3, 6.7.0] steps: - name: Download artifacts diff --git a/.github/workflows/Linux.yml b/.github/workflows/Linux.yml index bdac51b..a724e48 100644 --- a/.github/workflows/Linux.yml +++ b/.github/workflows/Linux.yml @@ -53,12 +53,17 @@ jobs: preset: Linux-CI compiler: default - qt_series: 6 - qt_version: 6.6.2 + qt_version: 6.6.3 qt_modules: qtlocation qtpositioning preset: Linux-CI compiler: default - qt_series: 6 - qt_version: 6.6.2 + qt_version: 6.7.0 + qt_modules: qtlocation qtpositioning + preset: Linux-CI + compiler: default + - qt_series: 6 + qt_version: 6.7.0 qt_modules: qtlocation qtpositioning preset: Linux-coverage compiler: gcc-13 @@ -219,7 +224,7 @@ jobs: contents: write strategy: matrix: - qt_version: [5.15.2, 6.5.3, 6.6.2] + qt_version: [5.15.2, 6.5.3, 6.6.3, 6.7.0] steps: - name: Download artifacts diff --git a/.github/workflows/Windows.yml b/.github/workflows/Windows.yml index 3cfcf0e..d235018 100644 --- a/.github/workflows/Windows.yml +++ b/.github/workflows/Windows.yml @@ -64,7 +64,15 @@ jobs: compiler_version: 14.29 preset: Windows-ccache - qt_series: 6 - qt_version: 6.6.2 + qt_version: 6.6.3 + qt_arch: win64_msvc2019_64 + qt_modules: qtlocation qtpositioning + arch: msvc2019_64 + compiler: x64 + compiler_version: 14.29 + preset: Windows-ccache + - qt_series: 6 + qt_version: 6.7.0 qt_arch: win64_msvc2019_64 qt_modules: qtlocation qtpositioning arch: msvc2019_64 @@ -173,7 +181,7 @@ jobs: contents: write strategy: matrix: - qt_version: [5.15.2, 6.5.3, 6.6.2] + qt_version: [5.15.2, 6.5.3, 6.6.3, 6.7.0] arch: [msvc2019_64] steps: diff --git a/.github/workflows/iOS.yml b/.github/workflows/iOS.yml index b4b2241..626ccc3 100644 --- a/.github/workflows/iOS.yml +++ b/.github/workflows/iOS.yml @@ -46,7 +46,9 @@ jobs: include: - qt_version: 6.5.3 preset: iOS-ccache - - qt_version: 6.6.2 + - qt_version: 6.6.3 + preset: iOS-ccache + - qt_version: 6.7.0 preset: iOS-ccache env: @@ -114,7 +116,7 @@ jobs: contents: write strategy: matrix: - qt_version: [6.5.3, 6.6.2] + qt_version: [6.5.3, 6.6.3, 6.7.0] steps: - name: Download artifacts diff --git a/.github/workflows/macOS.yml b/.github/workflows/macOS.yml index 3417cbb..253bb34 100644 --- a/.github/workflows/macOS.yml +++ b/.github/workflows/macOS.yml @@ -57,16 +57,22 @@ jobs: compiler: default runs_on: macos-14 - qt_series: 6 - qt_version: 6.6.2 + qt_version: 6.6.3 qt_modules: qtlocation qtpositioning preset: macOS-ccache compiler: default runs_on: macos-14 - qt_series: 6 - qt_version: 6.6.2 + qt_version: 6.7.0 + qt_modules: qtlocation qtpositioning + preset: macOS-ccache + compiler: default + runs_on: macos-14 + - qt_series: 6 + qt_version: 6.7.0 qt_modules: qtlocation qtpositioning preset: macOS-clang-tidy - compiler: llvm@17 + compiler: llvm@18 runs_on: macos-14 env: @@ -164,7 +170,7 @@ jobs: contents: write strategy: matrix: - qt_version: [5.15.2, 6.5.3, 6.6.2] + qt_version: [5.15.2, 6.5.3, 6.6.3, 6.7.0] steps: - name: Download artifacts