Skip to content

Commit

Permalink
ci: fix test qt versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Nerixyz committed Jun 4, 2024
1 parent f86bf37 commit 4b94a8e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
strategy:
matrix:
os: [macos-13]
qt-version: [5.15.2, 6.5.0]
qt-version: [6.7.1]
plugins: [false]
fail-fast: false
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
strategy:
matrix:
os: [windows-latest]
qt-version: [5.15.2, 6.7.1]
qt-version: [6.7.1]
plugins: [false]
skip-artifact: [false]
skip-crashpad: [false]
Expand Down

0 comments on commit 4b94a8e

Please sign in to comment.