Skip to content

Commit 2efbe42

Browse files
committed
Go back to last qt lte version
1 parent d6a9276 commit 2efbe42

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/windows.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
compiler: cl
3232
architecture: x64
3333
complete: win64_msvc2019_64
34-
qtversion: "6.8.0"
34+
qtversion: "6.5.4"
3535

3636
- name: windows-2019-msvc2019-win32
3737
os: windows-2019
@@ -45,21 +45,21 @@ jobs:
4545
compiler: cl
4646
architecture: x64_arm64
4747
complete: win64_msvc2019_arm64
48-
qtversion: "6.8.0"
48+
qtversion: "6.5.4"
4949

5050
- name: windows-2019-msvc2019-clang
5151
os: windows-2019
5252
compiler: clang-cl
5353
architecture: x64
5454
complete: win64_msvc2019_64
55-
qtversion: "6.8.0"
55+
qtversion: "6.5.4"
5656

5757
- name: windows-2022-msvc2022
5858
os: windows-2022
5959
compiler: cl
6060
architecture: x64
6161
complete: win64_msvc2019_64
62-
qtversion: "6.8.0"
62+
qtversion: "6.5.4"
6363

6464
- name: windows-2022-msvc2022-win32
6565
os: windows-2022
@@ -73,14 +73,14 @@ jobs:
7373
compiler: cl
7474
architecture: x64_arm64
7575
complete: win64_msvc2019_arm64
76-
qtversion: "6.8.0"
76+
qtversion: "6.5.4"
7777

7878
- name: windows-2022-msvc2022-clang
7979
os: windows-2022
8080
compiler: clang-cl
8181
architecture: x64
8282
complete: win64_msvc2019_64
83-
qtversion: "6.8.0"
83+
qtversion: "6.5.4"
8484

8585
steps:
8686
- uses: actions/checkout@v4
@@ -89,7 +89,7 @@ jobs:
8989
arch: ${{matrix.architecture}}
9090

9191
- name: Install Qt
92-
uses: jurplel/install-qt-action@v3
92+
uses: jurplel/install-qt-action@v4
9393
with:
9494
version: '${{matrix.qtversion}}'
9595
host: 'windows'
@@ -99,7 +99,7 @@ jobs:
9999

100100
- name: Install Qt (Host)
101101
if: matrix.architecture == 'x64_arm64'
102-
uses: jurplel/install-qt-action@v3
102+
uses: jurplel/install-qt-action@v4
103103
with:
104104
version: '${{matrix.qtversion}}'
105105
host: 'windows'

0 commit comments

Comments
 (0)