Skip to content

Commit 103db68

Browse files
Updated CI MinGW Qt version to 6.8.2
1 parent bc34470 commit 103db68

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/windows-cmake.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
runs-on: windows-2022
5959

6060
env:
61-
QT_VERSION: 6.4.2
61+
QT_VERSION: 6.8.2
6262
QT_DIR: ${{ github.workspace }}\Qt
6363

6464
steps:
@@ -78,7 +78,7 @@ jobs:
7878
shell: powershell
7979

8080
- name: 📥 Install Qt for MinGW
81-
uses: jurplel/install-qt-action@v3
81+
uses: jurplel/install-qt-action@v4
8282
with:
8383
aqtversion: '==3.1.19'
8484
version: ${{ env.QT_VERSION }}

0 commit comments

Comments
 (0)