Skip to content

Commit

Permalink
Update to Qt 6.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ntadej committed May 21, 2024
1 parent 08baedf commit ba8ff0a
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 14 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/Android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,16 +68,16 @@ jobs:
- qt_version: 6.6.3
abi: arm64-v8a
arch: android_arm64_v8a
# - qt_version: 6.7.0
# - qt_version: 6.7.1
# abi: x86
# arch: android_x86
# - qt_version: 6.7.0
# - qt_version: 6.7.1
# abi: x86_64
# arch: android_x86_64
# - qt_version: 6.7.0
# - qt_version: 6.7.1
# abi: armeabi-v7a
# arch: android_armv7
# - qt_version: 6.7.0
# - qt_version: 6.7.1
# abi: arm64-v8a
# arch: android_arm64_v8a

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/Linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,12 +58,12 @@ jobs:
preset: Linux-CI
compiler: default
- qt_series: 6
qt_version: 6.7.0
qt_version: 6.7.1
qt_modules: qtlocation qtpositioning
preset: Linux-CI
compiler: default
- qt_series: 6
qt_version: 6.7.0
qt_version: 6.7.1
qt_modules: qtlocation qtpositioning
preset: Linux-coverage
compiler: gcc-13
Expand Down Expand Up @@ -223,7 +223,7 @@ jobs:
contents: write
strategy:
matrix:
qt_version: [5.15.2, 6.5.3, 6.6.3, 6.7.0]
qt_version: [5.15.2, 6.5.3, 6.6.3, 6.7.1]

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 @@ -72,7 +72,7 @@ jobs:
compiler_version: 14.29
preset: Windows-ccache
- qt_series: 6
qt_version: 6.7.0
qt_version: 6.7.1
qt_arch: win64_msvc2019_64
qt_modules: qtlocation qtpositioning
arch: msvc2019_64
Expand Down Expand Up @@ -180,7 +180,7 @@ jobs:
contents: write
strategy:
matrix:
qt_version: [5.15.2, 6.5.3, 6.6.3, 6.7.0]
qt_version: [5.15.2, 6.5.3, 6.6.3, 6.7.1]
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 @@ -48,7 +48,7 @@ jobs:
preset: iOS-ccache
- qt_version: 6.6.3
preset: iOS-ccache
- qt_version: 6.7.0
- qt_version: 6.7.1
preset: iOS-ccache

env:
Expand Down Expand Up @@ -114,7 +114,7 @@ jobs:
contents: write
strategy:
matrix:
qt_version: [6.5.3, 6.6.3, 6.7.0]
qt_version: [6.5.3, 6.6.3, 6.7.1]

steps:
- name: Download artifacts
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/macOS.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,13 +63,13 @@ jobs:
compiler: default
runs_on: macos-14
- qt_series: 6
qt_version: 6.7.0
qt_version: 6.7.1
qt_modules: qtlocation qtpositioning
preset: macOS-ccache
compiler: default
runs_on: macos-14
- qt_series: 6
qt_version: 6.7.0
qt_version: 6.7.1
qt_modules: qtlocation qtpositioning
preset: macOS-clang-tidy
compiler: llvm
Expand Down Expand Up @@ -169,7 +169,7 @@ jobs:
contents: write
strategy:
matrix:
qt_version: [5.15.2, 6.5.3, 6.6.3, 6.7.0]
qt_version: [5.15.2, 6.5.3, 6.6.3, 6.7.1]

steps:
- name: Download artifacts
Expand Down

0 comments on commit ba8ff0a

Please sign in to comment.