Skip to content

Commit

Permalink
Try bumping Qt to version 6.6 on non-Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
KitsuneRal committed Feb 18, 2024
1 parent 1103622 commit 746970d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
if: "!startsWith(matrix.os, 'ubuntu')"
uses: jurplel/install-qt-action@v3.0.0
with:
version: "${{ startsWith(matrix.os, 'windows') && '6.5' || '6.4' }}" # CI doesn't use Qt 5 on non-Linux any more
version: "6.6" # "${{ startsWith(matrix.os, 'windows') && '6.5' || '6.4' }}" # CI doesn't use Qt 5 on non-Linux any more
cache: true
cache-key-prefix: Qt
modules: 'qtmultimedia'
Expand Down

0 comments on commit 746970d

Please sign in to comment.