Skip to content

Commit 443248c

Browse files
committed
remove deprecated windows builds
Signed-off-by: Patrizio Bekerle <[email protected]>
1 parent 49bad73 commit 443248c

File tree

1 file changed

+22
-23
lines changed

1 file changed

+22
-23
lines changed

.github/workflows/build-test.yml

Lines changed: 22 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -63,24 +63,36 @@ jobs:
6363
# Failing SSL Tests
6464
- os: ubuntu-latest
6565
qt-version: "5.9.9"
66-
# tests.exe not found
66+
# Build tools not found
6767
- os: windows-2025
6868
qt-version: "5.9.9"
69-
# we want to do it Qt 6.2.0
69+
# Build tools not found
70+
- os: windows-2025
71+
qt-version: "5.13.2"
72+
# Build tools not found
73+
- os: windows-2025
74+
qt-version: "5.14.2"
75+
# Build tools not found
76+
- os: windows-2025
77+
qt-version: "5.15.2"
78+
# We only want 6.9.1+ for Windows
7079
- os: windows-2025
7180
qt-version: "6.2.4"
72-
experimental: false
73-
# we want to do it with "experimental: true"
81+
# We only want 6.9.1+ for Windows
7482
- os: windows-2025
7583
qt-version: "6.4.3"
76-
experimental: false
77-
# we want to do it with "experimental: true"
84+
# We only want 6.9.1+ for Windows
7885
- os: windows-2025
7986
qt-version: "6.5.3"
80-
experimental: false
81-
# - os: windows-2025
82-
# qt-version: '6.6.3'
83-
# experimental: false
87+
# We only want 6.9.1+ for Windows
88+
- os: windows-2025
89+
qt-version: "6.6.3"
90+
# We only want 6.9.1+ for Windows
91+
- os: windows-2025
92+
qt-version: "6.7.3"
93+
# We only want 6.9.1+ for Windows
94+
- os: windows-2025
95+
qt-version: "6.8.3"
8496
# Qt6 builds of macOS are currently breaking because of the workaround for https://bugreports.qt.io/browse/QTBUG-117225
8597
# See https://github.com/pbek/QOwnNotes/issues/3018
8698
- os: macos-15
@@ -112,19 +124,6 @@ jobs:
112124
# - os: macos-15
113125
# qt-version: '6.3.0'
114126
# experimental: true
115-
# Other 6.2 releases didn't work
116-
# - os: windows-2025
117-
# qt-version: '6.2.4'
118-
# experimental: true
119-
# - os: windows-2025
120-
# qt-version: '6.4.3'
121-
# experimental: true
122-
# - os: windows-2025
123-
# qt-version: '6.5.3'
124-
# experimental: true
125-
# - os: windows-2025
126-
# qt-version: '6.6.3'
127-
# experimental: true
128127
# Qt6 builds of macOS are currently breaking because of the workaround for https://bugreports.qt.io/browse/QTBUG-117225
129128
# See https://github.com/pbek/QOwnNotes/issues/3018
130129
- os: macos-15

0 commit comments

Comments
 (0)