Skip to content

Commit e006ece

Browse files
committed
clean out more
Signed-off-by: Patrizio Bekerle <[email protected]>
1 parent 443248c commit e006ece

File tree

1 file changed

+0
-38
lines changed

1 file changed

+0
-38
lines changed

.github/workflows/build-test.yml

Lines changed: 0 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -93,51 +93,13 @@ jobs:
9393
# We only want 6.9.1+ for Windows
9494
- os: windows-2025
9595
qt-version: "6.8.3"
96-
# Qt6 builds of macOS are currently breaking because of the workaround for https://bugreports.qt.io/browse/QTBUG-117225
97-
# See https://github.com/pbek/QOwnNotes/issues/3018
98-
- os: macos-15
99-
qt-version: "6.2.4"
100-
experimental: false
101-
- os: macos-15
102-
qt-version: "6.4.3"
103-
experimental: false
104-
- os: macos-15
105-
qt-version: "6.5.3"
106-
experimental: false
107-
- os: macos-15
108-
qt-version: "6.6.3"
109-
experimental: false
110-
# Qt installation times out too often
111-
# - os: windows-2025
112-
# qt-version: '5.13.2'
113-
# win64_mingw73 not found
114-
# - os: windows-2025
115-
# qt-version: '5.15.0'
116-
# # qt.conf not found (https://github.com/jurplel/install-qt-action/issues/54)
117-
# - os: windows-2025
118-
# qt-version: '5.15.1'
119-
# botan 32bit error
12096
include:
12197
# - os: ubuntu-latest
12298
# qt-version: '6.3.0'
12399
# experimental: true
124100
# - os: macos-15
125101
# qt-version: '6.3.0'
126102
# 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
141103
# Snapcraft
142104
- os: ubuntu-22.04
143105
qt-version: "5.15.2"

0 commit comments

Comments
 (0)