Skip to content

Commit b84b752

Browse files
hjmjohnsonjcfr
authored andcommitted
ci: Limit tests to Qt5.15 pre-generated wrapper files
1 parent eb109dd commit b84b752

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -184,12 +184,12 @@ jobs:
184184
matrix:
185185
macos-version: ['latest']
186186
python-version: ['3.9']
187-
qt-version: ['5.9.*']
187+
qt-version: ['5.15.*']
188188
configuration: ['release','debug']
189189
include:
190190
- macos-version: 'latest'
191191
python-version: '3.11'
192-
qt-version: '5.12.*'
192+
qt-version: '5.15.*'
193193
configuration: 'debug'
194194
runs-on: macos-${{ matrix.macos-version }}
195195
steps:
@@ -276,15 +276,15 @@ jobs:
276276
matrix:
277277
qt-arch: ['win64_mingw73']
278278
python-version: ['3.10']
279-
qt-version: ['5.12.*']
279+
qt-version: ['5.15.*']
280280
python-arch: ['x64']
281281
pythonqtall-config: ['']
282282
# msvc-toolset: ['14.0']
283283
include:
284284
- qt-arch: 'win64_msvc2017_64'
285285
python-version: '3.6'
286286
python-arch: 'x64'
287-
qt-version: '5.11.*'
287+
qt-version: '5.15.*'
288288
# msvc-toolset: '14.16'
289289

290290
- qt-arch: 'win64_msvc2019_64'
@@ -296,7 +296,7 @@ jobs:
296296
- qt-arch: 'win32_mingw53'
297297
python-version: '3.6'
298298
python-arch: 'x86'
299-
qt-version: '5.11.*'
299+
qt-version: '5.15.*'
300300

301301
#Either MSVC2015 is sick or Qt5.9 is buggy :(
302302
#Main problem is QBasicMutex with default ctor, that (by no means) is missing in dll-export of QtCore, but linker tries to find it

0 commit comments

Comments
 (0)