From 5f98085b814b92f0a70db0380322934da9c33c3f Mon Sep 17 00:00:00 2001 From: atauzki Date: Mon, 1 Apr 2024 10:48:52 +0800 Subject: [PATCH] Qt version bump. --- .github/workflows/windows-6.x.yml | 2 +- .github/workflows/windows-PR-check.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/windows-6.x.yml b/.github/workflows/windows-6.x.yml index 6267a4711..03274d514 100644 --- a/.github/workflows/windows-6.x.yml +++ b/.github/workflows/windows-6.x.yml @@ -28,7 +28,7 @@ jobs: strategy: matrix: os: [windows-2019] - qt_ver: [ 6.6.2 ] + qt_ver: [ 6.6.2,6.7.0 ] qt_arch: [win64_msvc2019_64] env: targetName: GoldenDict.exe diff --git a/.github/workflows/windows-PR-check.yml b/.github/workflows/windows-PR-check.yml index ea3d8abc5..69f34d2c7 100644 --- a/.github/workflows/windows-PR-check.yml +++ b/.github/workflows/windows-PR-check.yml @@ -28,7 +28,7 @@ jobs: strategy: matrix: os: [windows-2019] - qt_ver: [5.15.2,6.6.0] + qt_ver: [5.15.2,6.6.2] qt_arch: [win64_msvc2019_64] steps: - uses: actions/setup-python@v3