Skip to content

Commit

Permalink
ci: windows: Use Qt 6.7.*
Browse files Browse the repository at this point in the history
  • Loading branch information
lnjX committed Oct 21, 2024
1 parent 8754d44 commit 97a667a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
strategy:
fail-fast: false
matrix:
qt_version: ['5.15.*', '6.*.*']
qt_version: ['5.15.*', '6.7.*']
steps:
- uses: actions/checkout@v3
- name: Install Qt
Expand Down

0 comments on commit 97a667a

Please sign in to comment.