Skip to content

Commit 00bef64

Browse files
iamsergiodantti
authored andcommitted
ci: Add coverage for Qt 6.9
Qt has dropped support for vs2019, so drop it as well. While we could workaround, let's instead give people some incentive to update their toolchain so we can have less maintenance burden of a FOSS project.
1 parent 87fed72 commit 00bef64

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
matrix:
2121
os:
2222
- ubuntu-latest
23-
- windows-2019
23+
- windows-latest
2424
- macos-latest
2525
build_type:
2626
- Debug
@@ -36,7 +36,10 @@ jobs:
3636
qt_modules: qtscxml
3737
qt_arch: win64_msvc2019_64
3838
macos_architectures: "x86_64;arm64"
39-
39+
- qt_version: 6.9.0 # Bump to latest freely
40+
qt_modules: qtscxml
41+
qt_arch: win64_msvc2022_64
42+
macos_architectures: "x86_64;arm64"
4043
steps:
4144
- name: Install Dependencies on Linux
4245
if: ${{ runner.os == 'Linux' }}

0 commit comments

Comments
 (0)