Skip to content

Commit

Permalink
Update to Qt 6.7.3 (#170)
Browse files Browse the repository at this point in the history
  • Loading branch information
ntadej authored Oct 5, 2024
1 parent efaa6d5 commit 91d033f
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 19 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/Android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/Linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/Windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/iOS.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/macOS.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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"

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/source-tarball.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 91d033f

Please sign in to comment.