Skip to content

Commit 35cdd3c

Browse files
committed
#3224 ci: make Windows Qt 6.6.3 build not-experimental and disable all other Qt6 Windows builds
Signed-off-by: Patrizio Bekerle <[email protected]>
1 parent c61d93a commit 35cdd3c

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

.github/workflows/build-test.yml

+15-15
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,9 @@ jobs:
6262
- os: windows-2019
6363
qt-version: '6.5.3'
6464
experimental: false
65-
- os: windows-2019
66-
qt-version: '6.6.3'
67-
experimental: false
65+
# - os: windows-2019
66+
# qt-version: '6.6.3'
67+
# experimental: false
6868
# Qt6 builds of macOS are currently breaking because of the workaround for https://bugreports.qt.io/browse/QTBUG-117225
6969
# See https://github.com/pbek/QOwnNotes/issues/3018
7070
- os: macos-latest
@@ -97,18 +97,18 @@ jobs:
9797
# qt-version: '6.3.0'
9898
# experimental: true
9999
# Other 6.2 releases didn't work
100-
- os: windows-2019
101-
qt-version: '6.2.4'
102-
experimental: true
103-
- os: windows-2019
104-
qt-version: '6.4.3'
105-
experimental: true
106-
- os: windows-2019
107-
qt-version: '6.5.3'
108-
experimental: true
109-
- os: windows-2019
110-
qt-version: '6.6.3'
111-
experimental: true
100+
# - os: windows-2019
101+
# qt-version: '6.2.4'
102+
# experimental: true
103+
# - os: windows-2019
104+
# qt-version: '6.4.3'
105+
# experimental: true
106+
# - os: windows-2019
107+
# qt-version: '6.5.3'
108+
# experimental: true
109+
# - os: windows-2019
110+
# qt-version: '6.6.3'
111+
# experimental: true
112112
# Qt6 builds of macOS are currently breaking because of the workaround for https://bugreports.qt.io/browse/QTBUG-117225
113113
# See https://github.com/pbek/QOwnNotes/issues/3018
114114
- os: macos-latest

0 commit comments

Comments
 (0)