From 88181327883bd47af175a1fba60193a62f99761f Mon Sep 17 00:00:00 2001 From: shenleban tongying Date: Sat, 26 Oct 2024 01:54:56 -0400 Subject: [PATCH] fix: revert to Qt from 6.7.3 to 6.7.2 to deal Speex audios --- .github/workflows/Release-all.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/Release-all.yml b/.github/workflows/Release-all.yml index 1dc40f02..28cd490b 100644 --- a/.github/workflows/Release-all.yml +++ b/.github/workflows/Release-all.yml @@ -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: