Skip to content

Commit

Permalink
Bump Qt to 6.6.1 (#96)
Browse files Browse the repository at this point in the history
  • Loading branch information
ntadej authored Jan 7, 2024
1 parent 14943f6 commit 64bf8c4
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.0
- qt_version: 6.6.1
abi: x86
arch: android_x86
- qt_version: 6.6.0
- qt_version: 6.6.1
abi: x86_64
arch: android_x86_64
- qt_version: 6.6.0
- qt_version: 6.6.1
abi: armeabi-v7a
arch: android_armv7
- qt_version: 6.6.0
- qt_version: 6.6.1
abi: arm64-v8a
arch: android_arm64_v8a

Expand Down Expand Up @@ -150,7 +150,7 @@ jobs:
needs: build
strategy:
matrix:
qt_version: [6.5.3, 6.6.0]
qt_version: [6.5.3, 6.6.1]

steps:
- name: Download artifacts for x86
Expand Down Expand Up @@ -207,7 +207,7 @@ jobs:
contents: write
strategy:
matrix:
qt_version: [6.5.3, 6.6.0]
qt_version: [6.5.3, 6.6.1]

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.0
qt_version: 6.6.1
qt_modules: qtlocation qtpositioning
compiler: default
- qt_series: 6
qt_version: 6.6.0
qt_version: 6.6.1
qt_modules: qtlocation qtpositioning
compiler: gcc-13
gcov: gcov-13
Expand Down Expand Up @@ -229,7 +229,7 @@ jobs:
contents: write
strategy:
matrix:
qt_version: [5.15.2, 6.5.3, 6.6.0]
qt_version: [5.15.2, 6.5.3, 6.6.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 @@ -62,7 +62,7 @@ jobs:
compiler: x64
compiler_version: 14.29
- qt_series: 6
qt_version: 6.6.0
qt_version: 6.6.1
qt_arch: win64_msvc2019_64
qt_modules: qtlocation qtpositioning
arch: msvc2019_64
Expand Down Expand Up @@ -223,7 +223,7 @@ jobs:
contents: write
strategy:
matrix:
qt_version: [5.15.2, 6.5.3, 6.6.0]
qt_version: [5.15.2, 6.5.3, 6.6.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 @@ -46,7 +46,7 @@ jobs:
include:
- qt_version: 6.5.3
deployment_target: 14.0
- qt_version: 6.6.0
- qt_version: 6.6.1
deployment_target: 14.0

env:
Expand Down Expand Up @@ -127,7 +127,7 @@ jobs:
contents: write
strategy:
matrix:
qt_version: [6.5.3, 6.6.0]
qt_version: [6.5.3, 6.6.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 @@ -57,13 +57,13 @@ jobs:
deployment_target: 11.0
deployment_arch: x86_64
- qt_series: 6
qt_version: 6.6.0
qt_version: 6.6.1
qt_modules: qtlocation qtpositioning
compiler: default
deployment_target: 11.0
deployment_arch: x86_64;arm64
- qt_series: 6
qt_version: 6.6.0
qt_version: 6.6.1
qt_modules: qtlocation qtpositioning
compiler: llvm@17
deployment_target: 11.0
Expand Down Expand Up @@ -224,7 +224,7 @@ jobs:
contents: write
strategy:
matrix:
qt_version: [5.15.2, 6.5.3, 6.6.0]
qt_version: [5.15.2, 6.5.3, 6.6.1]

steps:
- name: Download artifacts
Expand Down

0 comments on commit 64bf8c4

Please sign in to comment.