Use Qt 6.9.1 in OS X builds

This commit is contained in:
2025-06-12 08:57:28 +02:00
parent 7f357e7559
commit eaa5a1e14e

View File

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