We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 650813a commit 531a798Copy full SHA for 531a798
1 file changed
.github/workflows/ci.yml
@@ -21,16 +21,10 @@ jobs:
21
include:
22
- name: Windows / MSVC
23
os: windows-latest
24
- qt-host: windows
25
- qt-arch: win64_msvc2022_64
26
- name: Linux / GCC
27
os: ubuntu-latest
28
- qt-host: linux
29
- qt-arch: gcc_64
30
- name: macOS / Clang
31
- os: macos-13
32
- qt-host: mac
33
- qt-arch: clang_64
+ os: macos-15
34
35
steps:
36
- name: Checkout
@@ -55,11 +49,8 @@ jobs:
55
49
- name: Install Qt
56
50
uses: jurplel/install-qt-action@v4
57
51
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'
63
54
cache: true
64
65
- name: Configure
0 commit comments