Skip to content

Commit b9dd1a5

Browse files
committed
Use Qt 6 for macOS workflow
- current macOS does no longer support older Qt versions - the GH runners for older macos versions are deprecated and will be removed in a few months
1 parent 9992368 commit b9dd1a5

1 file changed

Lines changed: 4 additions & 11 deletions

File tree

.github/workflows/build.yml

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -205,16 +205,10 @@ jobs:
205205
strategy:
206206
fail-fast: false
207207
matrix:
208-
macos-version: ['latest']
209-
python-version: ['3.9']
210-
qt-version: ['5.9.*']
208+
python-version: ['3.13']
209+
qt-version: ['6.11.*']
211210
configuration: ['release','debug']
212-
include:
213-
- macos-version: 'latest'
214-
python-version: '3.11'
215-
qt-version: '5.12.*'
216-
configuration: 'debug'
217-
runs-on: macos-${{ matrix.macos-version }}
211+
runs-on: macos-latest
218212
steps:
219213
- name: Install Qt
220214
uses: jurplel/install-qt-action@v4
@@ -223,8 +217,7 @@ jobs:
223217
host: 'mac'
224218
target: 'desktop'
225219
arch: 'clang_64'
226-
modules: 'qtscript'
227-
archives: 'qtmultimedia qtmacextras qtbase qttools'
220+
modules: 'qt5compat qtscxml qtpositioning qtwebchannel qtmultimedia qtwebengine'
228221

229222
- name: Setup Python ${{ matrix.python-version }}
230223
uses: actions/setup-python@v6

0 commit comments

Comments
 (0)