Skip to content

Commit b60fe81

Browse files
committed
chore: Switch Windows Release to the latest QT 6.8
1 parent 0d2346a commit b60fe81

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -160,10 +160,10 @@ jobs:
160160
- name: Install Qt
161161
uses: jurplel/install-qt-action@v4
162162
with:
163-
version: "5.15.2"
163+
version: "6.7"
164164
host: "windows"
165165
target: "desktop"
166-
arch: "win64_mingw81"
166+
arch: "win64_mingw"
167167
dir: "${{ github.workspace }}/qt/"
168168
install-deps: "true"
169169

0 commit comments

Comments
 (0)