Skip to content

Commit

Permalink
get qt 5.15 support back - simplify matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
diegoiast committed Nov 30, 2024
1 parent 95586a2 commit da6b154
Showing 1 changed file with 2 additions and 13 deletions.
15 changes: 2 additions & 13 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,19 +16,8 @@ jobs:
strategy:
fail-fast: false
matrix:
config:
-
qt_version: 6.6
modules: "qt5compat"
os: ubuntu-20.04
-
qt_version: 6.6
modules: "qt5compat"
os: windows-latest
-
qt_version: 6.6
modules: "qt5compat"
os: macos-latest
os: [ubuntu-20.04, windows-latest, osx-latest]
qt_version: ["5.15", "6.8"]

runs-on: ${{ matrix.config.os }}

Expand Down

0 comments on commit da6b154

Please sign in to comment.