Skip to content

Commit e6453f8

Browse files
usiemsmrbean-bremen
authored andcommitted
CI: Generate wrappers for Qt 6.8
1 parent 605dc1a commit e6453f8

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/build_latest.yml

+3-4
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
fail-fast: false
2121
matrix:
2222
os: ['ubuntu', 'windows']
23-
qt-version: [ '5.12.*', '5.15.*', '6.7.*' ]
23+
qt-version: [ '5.12.*', '5.15.*', '6.7.*', '6.8.*' ]
2424
python-version: [ '3.12' ]
2525
runs-on: ${{ matrix.os }}-latest
2626
steps:
@@ -34,10 +34,9 @@ jobs:
3434
- name: Install Qt ${{matrix.qt-version}}
3535
uses: jurplel/install-qt-action@v4
3636
with:
37-
# 6.7.* currently does not work with ubuntu with this action
38-
version: ${{ matrix.os == 'ubuntu' && matrix.qt-version == '6.7.*' && '6.6.*' || matrix.qt-version }}
37+
version: ${{ matrix.qt-version }}
3938
modules: ${{startsWith(matrix.qt-version, '6') && 'qt5compat qtscxml qtpositioning qtwebchannel qtmultimedia qtwebengine' || '' }}
40-
arch: ${{ matrix.os == 'ubuntu' && 'gcc_64' || (startsWith(matrix.qt-version, '5.12') && 'win64_msvc2017_64' || 'win64_msvc2019_64') }}
39+
arch: ${{ (matrix.os == 'ubuntu' && (startsWith(matrix.qt-version, '5') && 'gcc_64' || 'linux_gcc_64')) || startsWith(matrix.qt-version, '5.12') && 'win64_msvc2017_64' || startsWith(matrix.qt-version, '6.8') && 'win64_msvc2022_64' || 'win64_msvc2019_64' }}
4140

4241
- name: Setup Python ${{ matrix.python-version }}
4342
uses: actions/setup-python@v5

0 commit comments

Comments
 (0)