Skip to content

Commit b328437

Browse files
authored
Update Qt version to 6.10.1 in Android workflow
1 parent e76f1ac commit b328437

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/android.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@ jobs:
1818
- qt_arch: android_arm64_v8a
1919
VCPKG_TARGET_TRIPLET: arm64-android
2020
ANDROID_ABI: arm64-v8a
21-
qt_version: 6.9.3
21+
qt_version: 6.10.1
2222
BUILD_TYPE: Release
2323

2424
- qt_arch: android_x86_64
2525
VCPKG_TARGET_TRIPLET: x64-android
2626
ANDROID_ABI: x86_64
27-
qt_version: 6.9.3
27+
qt_version: 6.10.1
2828
BUILD_TYPE: Release
2929

3030
# See: [About GitHub-hosted runners](https://docs.github.com/actions/using-github-hosted-runners/about-github-hosted-runners/about-github-hosted-runners)

0 commit comments

Comments
 (0)