Skip to content

Commit

Permalink
#3224 ci: make Windows Qt 6.6.3 build not-experimental and disable al…
Browse files Browse the repository at this point in the history
…l other Qt6 Windows builds

Signed-off-by: Patrizio Bekerle <[email protected]>
  • Loading branch information
pbek committed Feb 4, 2025
1 parent c61d93a commit 35cdd3c
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,9 @@ jobs:
- os: windows-2019
qt-version: '6.5.3'
experimental: false
- os: windows-2019
qt-version: '6.6.3'
experimental: false
# - os: windows-2019
# qt-version: '6.6.3'
# experimental: false
# Qt6 builds of macOS are currently breaking because of the workaround for https://bugreports.qt.io/browse/QTBUG-117225
# See https://github.com/pbek/QOwnNotes/issues/3018
- os: macos-latest
Expand Down Expand Up @@ -97,18 +97,18 @@ jobs:
# qt-version: '6.3.0'
# experimental: true
# Other 6.2 releases didn't work
- os: windows-2019
qt-version: '6.2.4'
experimental: true
- os: windows-2019
qt-version: '6.4.3'
experimental: true
- os: windows-2019
qt-version: '6.5.3'
experimental: true
- os: windows-2019
qt-version: '6.6.3'
experimental: true
# - os: windows-2019
# qt-version: '6.2.4'
# experimental: true
# - os: windows-2019
# qt-version: '6.4.3'
# experimental: true
# - os: windows-2019
# qt-version: '6.5.3'
# experimental: true
# - os: windows-2019
# qt-version: '6.6.3'
# experimental: true
# Qt6 builds of macOS are currently breaking because of the workaround for https://bugreports.qt.io/browse/QTBUG-117225
# See https://github.com/pbek/QOwnNotes/issues/3018
- os: macos-latest
Expand Down

0 comments on commit 35cdd3c

Please sign in to comment.