We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60a9343 commit 189b1c4Copy full SHA for 189b1c4
1 file changed
.github/workflows/main.yml
@@ -27,12 +27,12 @@ jobs:
27
28
- os: macos-13
29
os-name: mac
30
- qt-version: '6.*'
+ qt-version: '6.8'
31
qt5-extra-archives: 'qtmacextras'
32
33
- os: ubuntu-latest
34
os-name: linux
35
36
37
defaults:
38
run:
@@ -54,6 +54,7 @@ jobs:
54
- name: Install Qt
55
uses: jurplel/install-qt-action@v4
56
with:
57
+ aqtversion: '==3.3.*'
58
version: ${{ matrix.qt-version }}
59
host: ${{ matrix.os-name }}
60
modules: ${{ startsWith(matrix.qt-version, '6') && 'qt5compat qtmultimedia qtimageformats' || '' }}
0 commit comments