Use Qt 6.8.2 for OS X builds

This commit is contained in:
Martin Tůma 2025-02-19 00:48:22 +01:00
parent baff6ac17d
commit da62d0ba63

View File

@ -15,7 +15,7 @@ jobs:
- name: Install Qt
uses: jurplel/install-qt-action@v4
with:
version: '6.8.1'
version: '6.8.2'
- name: Configure build
run: qmake pbfplugin.pro QMAKE_APPLE_DEVICE_ARCHS="x86_64h arm64"
- name: Build project