Skip to content

Commit f66f18b

Browse files
committed
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 5889a1b commit f66f18b

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/build.yml

+5-2
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)