We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2325891 commit bbc1d46Copy full SHA for bbc1d46
1 file changed
.github/workflows/build.yml
@@ -36,7 +36,10 @@ jobs:
36
qt_modules: qtscxml
37
qt_arch: win64_msvc2019_64
38
macos_architectures: "x86_64;arm64"
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"
43
steps:
44
- name: Install Dependencies on Linux
45
if: ${{ runner.os == 'Linux' }}
0 commit comments