Skip to content

Commit 7c73ecf

Browse files
authored
CI-windows.yml: removed Qt 6.3 from build matrix (#4829)
1 parent fd98e00 commit 7c73ecf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/CI-windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
strategy:
2020
matrix:
2121
os: [windows-2019, windows-2022]
22-
qt_ver: [5.15.2, 6.2.4, 6.3.2, 6.4.2]
22+
qt_ver: [5.15.2, 6.2.4, 6.4.2]
2323
fail-fast: false
2424

2525
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)