Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to Qt 6.6.2 #116

Merged
merged 1 commit into from
Feb 17, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading