Skip to content

Commit 6e502eb

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 6e502eb

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/build.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -206,13 +206,13 @@ jobs:
206206
fail-fast: false
207207
matrix:
208208
macos-version: ['latest']
209-
python-version: ['3.9']
210-
qt-version: ['5.9.*']
209+
python-version: ['3.10']
210+
qt-version: ['6.11.*']
211211
configuration: ['release','debug']
212212
include:
213213
- macos-version: 'latest'
214-
python-version: '3.11'
215-
qt-version: '5.12.*'
214+
python-version: '3.13'
215+
qt-version: '6.11.*'
216216
configuration: 'debug'
217217
runs-on: macos-${{ matrix.macos-version }}
218218
steps:
@@ -224,7 +224,7 @@ jobs:
224224
target: 'desktop'
225225
arch: 'clang_64'
226226
modules: 'qtscript'
227-
archives: 'qtmultimedia qtmacextras qtbase qttools'
227+
archives: 'qtmacextras qt5compat qtscxml qtpositioning qtwebchannel qtmultimedia qtwebengine'
228228

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

0 commit comments

Comments
 (0)