Skip to content

Commit

Permalink
Restore Qt5 builds for macOS on GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
pcolby committed Apr 23, 2024
1 parent a4d36c5 commit b26a09b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -185,8 +185,7 @@ jobs:
strategy:
fail-fast: false
matrix:
#qt: [ '5.9.9', '5.10.1', '5.11.3', '5.12.12', '5.13.2', '5.14.2', '5.15.2', '6.2.4', '6.3.2', '6.4.3', '6.5.3', '6.6.3' ]
qt: [ '6.2.4', '6.3.2', '6.4.3', '6.5.3', '6.6.3' ]
qt: [ '5.9.9', '5.10.1', '5.11.3', '5.12.12', '5.13.2', '5.14.2', '5.15.2', '6.2.4', '6.3.2', '6.4.3', '6.5.3', '6.6.3' ]
os: [ 'macos-12', 'macos-13', 'macos-14' ]
env:
- { cc: clang, cxx: clang++, coverage: false }
Expand Down

0 comments on commit b26a09b

Please sign in to comment.