Skip to content

Commit 531a798

Browse files
committed
ci: align Qt setup with FluentQtWidgets
1 parent 650813a commit 531a798

1 file changed

Lines changed: 3 additions & 12 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -21,16 +21,10 @@ jobs:
2121
include:
2222
- name: Windows / MSVC
2323
os: windows-latest
24-
qt-host: windows
25-
qt-arch: win64_msvc2022_64
2624
- name: Linux / GCC
2725
os: ubuntu-latest
28-
qt-host: linux
29-
qt-arch: gcc_64
3026
- name: macOS / Clang
31-
os: macos-13
32-
qt-host: mac
33-
qt-arch: clang_64
27+
os: macos-15
3428

3529
steps:
3630
- name: Checkout
@@ -55,11 +49,8 @@ jobs:
5549
- name: Install Qt
5650
uses: jurplel/install-qt-action@v4
5751
with:
58-
version: '6.8.3'
59-
host: ${{ matrix.qt-host }}
60-
target: desktop
61-
arch: ${{ matrix.qt-arch }}
62-
modules: qtserialport
52+
version: '6.8.0'
53+
modules: 'qtserialport'
6354
cache: true
6455

6556
- name: Configure

0 commit comments

Comments
 (0)