Skip to content

Commit bf5ece9

Browse files
committed
ci: remove deprecated Windows builds
Signed-off-by: Patrizio Bekerle <[email protected]>
1 parent c00f698 commit bf5ece9

File tree

1 file changed

+21
-60
lines changed

1 file changed

+21
-60
lines changed

.github/workflows/build-test.yml

Lines changed: 21 additions & 60 deletions
Original file line numberDiff line numberDiff line change
@@ -62,82 +62,43 @@ jobs:
6262
# Failing SSL Tests
6363
- os: ubuntu-latest
6464
qt-version: "5.9.9"
65-
# tests.exe not found
65+
# Build tools not found
6666
- os: windows-2025
6767
qt-version: "5.9.9"
68-
# we want to do it Qt 6.2.0
68+
# Build tools not found
6969
- os: windows-2025
70-
qt-version: "6.2.4"
71-
experimental: false
72-
# we want to do it with "experimental: true"
70+
qt-version: "5.13.2"
71+
# Build tools not found
7372
- os: windows-2025
74-
qt-version: "6.4.3"
75-
experimental: false
76-
# we want to do it with "experimental: true"
73+
qt-version: "5.14.2"
74+
# Build tools not found
75+
- os: windows-2025
76+
qt-version: "5.15.2"
77+
# We only want 6.9.1+ for Windows
7778
- os: windows-2025
78-
qt-version: "6.5.3"
79-
experimental: false
80-
# - os: windows-2025
81-
# qt-version: '6.6.3'
82-
# experimental: false
83-
# Qt6 builds of macOS are currently breaking because of the workaround for https://bugreports.qt.io/browse/QTBUG-117225
84-
# See https://github.com/pbek/QOwnNotes/issues/3018
85-
- os: macos-15
8679
qt-version: "6.2.4"
87-
experimental: false
88-
- os: macos-15
80+
# We only want 6.9.1+ for Windows
81+
- os: windows-2025
8982
qt-version: "6.4.3"
90-
experimental: false
91-
- os: macos-15
83+
# We only want 6.9.1+ for Windows
84+
- os: windows-2025
9285
qt-version: "6.5.3"
93-
experimental: false
94-
- os: macos-15
86+
# We only want 6.9.1+ for Windows
87+
- os: windows-2025
9588
qt-version: "6.6.3"
96-
experimental: false
97-
# Qt installation times out too often
98-
# - os: windows-2025
99-
# qt-version: '5.13.2'
100-
# win64_mingw73 not found
101-
# - os: windows-2025
102-
# qt-version: '5.15.0'
103-
# # qt.conf not found (https://github.com/jurplel/install-qt-action/issues/54)
104-
# - os: windows-2025
105-
# qt-version: '5.15.1'
106-
# botan 32bit error
89+
# We only want 6.9.1+ for Windows
90+
- os: windows-2025
91+
qt-version: "6.7.3"
92+
# We only want 6.9.1+ for Windows
93+
- os: windows-2025
94+
qt-version: "6.8.3"
10795
include:
10896
# - os: ubuntu-latest
10997
# qt-version: '6.3.0'
11098
# experimental: true
11199
# - os: macos-15
112100
# qt-version: '6.3.0'
113101
# experimental: true
114-
# Other 6.2 releases didn't work
115-
# - os: windows-2025
116-
# qt-version: '6.2.4'
117-
# experimental: true
118-
# - os: windows-2025
119-
# qt-version: '6.4.3'
120-
# experimental: true
121-
# - os: windows-2025
122-
# qt-version: '6.5.3'
123-
# experimental: true
124-
# - os: windows-2025
125-
# qt-version: '6.6.3'
126-
# experimental: true
127-
# Qt6 builds of macOS are currently breaking because of the workaround for https://bugreports.qt.io/browse/QTBUG-117225
128-
# See https://github.com/pbek/QOwnNotes/issues/3018
129-
- os: macos-15
130-
qt-version: "6.2.4"
131-
experimental: true
132-
- os: macos-15
133-
qt-version: "6.4.3"
134-
experimental: true
135-
- os: macos-15
136-
qt-version: "6.5.3"
137-
experimental: true
138-
- os: macos-15
139-
qt-version: "6.6.3"
140-
experimental: true
141102
# Snapcraft
142103
- os: ubuntu-22.04
143104
qt-version: "5.15.2"

0 commit comments

Comments
 (0)