Skip to content

Commit

Permalink
work on GHA build yml, fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
oxy86 committed Nov 24, 2024
1 parent 1cad06e commit 9b8a65c
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/build-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,27 +14,21 @@ jobs:
# some reason
- os: windows-2019
qt-version: '6.5.3'
experimental: false
# Qt6 builds of macOS are currently breaking
# because
# https://bugreports.qt.io/browse/QTBUG-117225
- os: macos-latest
qt-version: '6.5.3'
experimental: false
include:
- os: ubuntu-latest
qt-version: '6.6.3'
experimental: true
- os: windows-2019
qt-version: '6.6.3'
experimental: true
- os: macos-latest
qt-version: '6.6.3'
experimental: true
# Snapcraft
- os: ubuntu-22.04
qt-version: '6.5.3'
experimental: false
runs-on: ${{ matrix.os }}
steps:
- run: echo "🎉 The job was automatically triggered by a ${{ github.event_name }} event."
Expand Down

0 comments on commit 9b8a65c

Please sign in to comment.