Skip to content

Commit 7878549

Browse files
committed
Update Qt to 6.8, TagLib to 2.3
1 parent 441b990 commit 7878549

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
name: Build for Windows
1313
runs-on: windows-2025
1414
env:
15-
TAGLIB_VERSION: 2.1.1
15+
TAGLIB_VERSION: 2.3
1616
ZENLIB_VERSION: 490e2426aa96f983c577a02861e2a9cf6f73082f
1717
ZLIB_VERSION: 9d0c46d9104e1e79fbd6665ca2854e5b0435e536
1818
LIBMEDIAINFO_VERSION: 25.09
@@ -28,7 +28,7 @@ jobs:
2828
- name: Install Qt
2929
uses: jurplel/install-qt-action@v3
3030
with:
31-
version: "6.5.*"
31+
version: "6.8.*"
3232
modules: qtmultimedia
3333
- name: Install NSIS
3434
run: choco install nsis
@@ -188,7 +188,7 @@ jobs:
188188
- name: Install Qt
189189
uses: jurplel/install-qt-action@v3
190190
with:
191-
version: "6.5.*"
191+
version: "6.8.*"
192192
modules: qtmultimedia
193193
- name: Remove libunwind # workaround for libunwind conflicts on Ubuntu 22.04, see https://github.com/actions/runner-images/issues/9546
194194
run: sudo apt remove libunwind-*

0 commit comments

Comments
 (0)