Skip to content

Commit 189b1c4

Browse files
committed
Pin aqtversion to the most recent, pin Qt6 to recent LTS
1 parent 60a9343 commit 189b1c4

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,12 @@ jobs:
2727

2828
- os: macos-13
2929
os-name: mac
30-
qt-version: '6.*'
30+
qt-version: '6.8'
3131
qt5-extra-archives: 'qtmacextras'
3232

3333
- os: ubuntu-latest
3434
os-name: linux
35-
qt-version: '6.*'
35+
qt-version: '6.8'
3636

3737
defaults:
3838
run:
@@ -54,6 +54,7 @@ jobs:
5454
- name: Install Qt
5555
uses: jurplel/install-qt-action@v4
5656
with:
57+
aqtversion: '==3.3.*'
5758
version: ${{ matrix.qt-version }}
5859
host: ${{ matrix.os-name }}
5960
modules: ${{ startsWith(matrix.qt-version, '6') && 'qt5compat qtmultimedia qtimageformats' || '' }}

0 commit comments

Comments
 (0)