Skip to content

Commit 9626a59

Browse files
committed
CI: Update Qt versions and Windows build matrix
The `windows-2019` runner was deprecated.
1 parent 5e20ea4 commit 9626a59

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/build.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
qt_version: 5.15.2
7676
architectures: x86_64
7777
- macos_version: 15
78-
qt_version: 6.8.1
78+
qt_version: 6.9.2
7979
architectures: x86_64;arm64
8080

8181
steps:
@@ -118,24 +118,24 @@ jobs:
118118
strategy:
119119
matrix:
120120
include:
121-
- windows_version: 2019
121+
- windows_version: 2022
122122
qt_version: 5.15.2
123123
qt_arch: win32_msvc2019
124-
cmake_args: -G "Visual Studio 16 2019" -A Win32
124+
cmake_args: -G "Visual Studio 17 2022" -A Win32
125125
artifact_path: build/Release/qaseprite.dll
126-
- windows_version: 2022
127-
qt_version: 6.8.1
126+
- windows_version: 2025
127+
qt_version: 6.9.2
128128
qt_arch: win64_msvc2022_64
129129
cmake_args: -G "Visual Studio 17 2022" -A x64
130130
artifact_path: build/Release/qaseprite.dll
131-
- windows_version: 2019
131+
- windows_version: 2022
132132
qt_version: 5.15.2
133133
qt_arch: win32_mingw81
134134
qt_tools: tools_mingw,qt.tools.win32_mingw810
135135
cmake_args: -G "MinGW Makefiles"
136136
artifact_path: build/qaseprite.dll
137-
- windows_version: 2022
138-
qt_version: 6.8.1
137+
- windows_version: 2025
138+
qt_version: 6.9.2
139139
qt_arch: win64_mingw
140140
qt_tools: tools_mingw1310,qt.tools.win64_mingw1310
141141
cmake_args: -G "MinGW Makefiles"

0 commit comments

Comments
 (0)