Skip to content

Commit

Permalink
Update to Qt 6.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ntadej committed Feb 17, 2024
1 parent 91bb96e commit a485814
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 16 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/Android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

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

0 comments on commit a485814

Please sign in to comment.