fix: revert Qt from 6.7.3 to 6.7.2 for Speex audios
Some checks are pending
SonarCloud / Build and analyze (push) Waiting to run

This commit is contained in:
shenleban tongying 2024-10-26 02:02:02 -04:00 committed by GitHub
commit 757b81f66d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -21,7 +21,7 @@ jobs:
strategy:
matrix:
os: [macos-13,macos-14]
qt_ver: [ 6.6.3, 6.7.3 ]
qt_ver: [ 6.6.3, 6.7.2 ]
steps:
- uses: actions/checkout@v4
with:
@ -73,7 +73,7 @@ jobs:
strategy:
matrix:
os: [windows-2022]
qt_ver: [ 6.6.3, 6.7.3 ]
qt_ver: [ 6.6.3, 6.7.2 ]
steps:
- uses: jurplel/install-qt-action@v4
with: