Skip to content

Commit

Permalink
CI: step back to Qt 6.4 on macOS
Browse files Browse the repository at this point in the history
Qt 6.5's moc has a problem with standard library headers atm.
  • Loading branch information
KitsuneRal committed Oct 23, 2023
1 parent 60aa0fe commit f262f03
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/[email protected]
with:
version: '6.5' # CI doesn't use Qt 5 on non-Linux any more
version: "${{ 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 f262f03

Please sign in to comment.