]> git.ipfire.org Git - thirdparty/zlib-ng.git/commitdiff
Use windows-2019 for build with toolset v141
authorVladislav Shchapov <vladislav@shchapov.ru>
Fri, 17 May 2024 13:01:04 +0000 (18:01 +0500)
committerHans Kristian Rosbach <hk-github@circlestorm.org>
Wed, 19 Jun 2024 12:15:54 +0000 (14:15 +0200)
Signed-off-by: Vladislav Shchapov <vladislav@shchapov.ru>
.github/workflows/cmake.yml

index 444fc12fce3d2b0b95818e89289adcb83e179e43..c298ec4045ac2060ed48417bec4e7a512f5a9f41 100644 (file)
@@ -467,15 +467,15 @@ jobs:
             compiler: cl
             cmake-args: -G "Visual Studio 17 2022" -A x64 -T v142
 
-          - name: Windows MSVC 2022 v141 Win32
-            os: windows-latest
+          - name: Windows MSVC 2019 v141 Win32
+            os: windows-2019
             compiler: cl
-            cmake-args: -G "Visual Studio 17 2022" -A Win32 -T v141
+            cmake-args: -G "Visual Studio 16 2019" -A Win32 -T v141
 
-          - name: Windows MSVC 2022 v141 Win64
-            os: windows-latest
+          - name: Windows MSVC 2019 v141 Win64
+            os: windows-2019
             compiler: cl
-            cmake-args: -G "Visual Studio 17 2022" -A x64 -T v141
+            cmake-args: -G "Visual Studio 16 2019" -A x64 -T v141
 
           - name: Windows MSVC 2019 v140 Win32
             os: windows-2019