From 91d033fb3a326799f61296039000c0cd9fbb2638 Mon Sep 17 00:00:00 2001 From: Tadej Novak Date: Sat, 5 Oct 2024 22:07:57 +0200 Subject: [PATCH] Update to Qt 6.7.3 (#170) --- .github/workflows/Android.yml | 12 ++++++------ .github/workflows/Linux.yml | 6 +++--- .github/workflows/Windows.yml | 4 ++-- .github/workflows/iOS.yml | 4 ++-- .github/workflows/macOS.yml | 10 +++++----- .github/workflows/source-tarball.yml | 2 +- 6 files changed, 19 insertions(+), 19 deletions(-) diff --git a/.github/workflows/Android.yml b/.github/workflows/Android.yml index 85f0a20..cee7aea 100644 --- a/.github/workflows/Android.yml +++ b/.github/workflows/Android.yml @@ -70,16 +70,16 @@ jobs: - qt_version: 6.6.3 abi: arm64-v8a arch: android_arm64_v8a - - qt_version: 6.7.2 + - qt_version: 6.7.3 abi: x86 arch: android_x86 - - qt_version: 6.7.2 + - qt_version: 6.7.3 abi: x86_64 arch: android_x86_64 - - qt_version: 6.7.2 + - qt_version: 6.7.3 abi: armeabi-v7a arch: android_armv7 - - qt_version: 6.7.2 + - qt_version: 6.7.3 abi: arm64-v8a arch: android_arm64_v8a @@ -142,7 +142,7 @@ jobs: needs: build strategy: matrix: - qt_version: [6.5.3, 6.6.3, 6.7.2] + qt_version: [6.5.3, 6.6.3, 6.7.3] steps: - name: Download artifacts for x86 @@ -215,7 +215,7 @@ jobs: contents: write strategy: matrix: - qt_version: [6.5.3, 6.6.3, 6.7.2] + qt_version: [6.5.3, 6.6.3, 6.7.3] steps: - name: Download artifacts diff --git a/.github/workflows/Linux.yml b/.github/workflows/Linux.yml index 8bcaed7..90c5fce 100644 --- a/.github/workflows/Linux.yml +++ b/.github/workflows/Linux.yml @@ -60,12 +60,12 @@ jobs: preset: Linux-CI compiler: default - qt_series: 6 - qt_version: 6.7.2 + qt_version: 6.7.3 qt_modules: qtlocation qtpositioning preset: Linux-CI compiler: default - qt_series: 6 - qt_version: 6.7.2 + qt_version: 6.7.3 qt_modules: qtlocation qtpositioning preset: Linux-coverage compiler: gcc-13 @@ -225,7 +225,7 @@ jobs: contents: write strategy: matrix: - qt_version: [5.15.2, 6.5.3, 6.6.3, 6.7.2] + qt_version: [5.15.2, 6.5.3, 6.6.3, 6.7.3] steps: - name: Download artifacts diff --git a/.github/workflows/Windows.yml b/.github/workflows/Windows.yml index eda37b8..64db40a 100644 --- a/.github/workflows/Windows.yml +++ b/.github/workflows/Windows.yml @@ -74,7 +74,7 @@ jobs: compiler_version: 14.29 preset: Windows-ccache - qt_series: 6 - qt_version: 6.7.2 + qt_version: 6.7.3 qt_arch: win64_msvc2019_64 qt_modules: qtlocation qtpositioning arch: msvc2019_64 @@ -182,7 +182,7 @@ jobs: contents: write strategy: matrix: - qt_version: [5.15.2, 6.5.3, 6.6.3, 6.7.2] + qt_version: [5.15.2, 6.5.3, 6.6.3, 6.7.3] arch: [msvc2019_64] steps: diff --git a/.github/workflows/iOS.yml b/.github/workflows/iOS.yml index ea6a82c..e4b957b 100644 --- a/.github/workflows/iOS.yml +++ b/.github/workflows/iOS.yml @@ -50,7 +50,7 @@ jobs: preset: iOS - qt_version: 6.6.3 preset: iOS - - qt_version: 6.7.2 + - qt_version: 6.7.3 preset: iOS env: @@ -115,7 +115,7 @@ jobs: contents: write strategy: matrix: - qt_version: [6.5.3, 6.6.3, 6.7.2] + qt_version: [6.5.3, 6.6.3, 6.7.3] steps: - name: Download artifacts diff --git a/.github/workflows/macOS.yml b/.github/workflows/macOS.yml index 4fa398d..9211c0a 100644 --- a/.github/workflows/macOS.yml +++ b/.github/workflows/macOS.yml @@ -65,18 +65,18 @@ jobs: compiler: default runs_on: macos-14 - qt_series: 6 - qt_version: 6.7.2 + qt_version: 6.7.3 qt_modules: qtlocation qtpositioning preset: macOS-ccache compiler: default runs_on: macos-14 - qt_series: 6 - qt_version: 6.7.2 + qt_version: 6.7.3 preset: macOS-ccache compiler: static runs_on: macos-14 - qt_series: 6 - qt_version: 6.7.2 + qt_version: 6.7.3 qt_modules: qtlocation qtpositioning preset: macOS-clang-tidy compiler: llvm @@ -198,10 +198,10 @@ jobs: - qt_version: 6.6.3 compiler: default suffix: "" - - qt_version: 6.7.2 + - qt_version: 6.7.3 compiler: default suffix: "" - - qt_version: 6.7.2 + - qt_version: 6.7.3 compiler: static suffix: "_static" diff --git a/.github/workflows/source-tarball.yml b/.github/workflows/source-tarball.yml index dafca38..e6ebf51 100644 --- a/.github/workflows/source-tarball.yml +++ b/.github/workflows/source-tarball.yml @@ -58,7 +58,7 @@ jobs: uses: jurplel/install-qt-action@v4 with: aqtversion: ==3.1.* - version: 6.7.2 + version: 6.7.3 dir: ${{ github.workspace }} target: desktop modules: qtlocation qtpositioning