Skip to content

Commit 36dc5e3

Browse files
authored
Merge pull request DOCGroup#158 from jwillemsen/jwi-vs2017ci
Github deprecated Visual Studio 2017, replaced with a new Visual Stud…
2 parents 91fe4fd + 6f12f2f commit 36dc5e3

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/windows.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,6 @@ jobs:
1717
fail-fast: false
1818
matrix:
1919
include:
20-
- name: VS2017Debug64
21-
vmimage: windows-2016
22-
mpctype: vs2017
23-
BuildPlatform: x64
24-
BuildConfiguration: Debug
25-
vcpkgarch: x64-windows
26-
vcpkglibdir: debug/lib
27-
vcpkgpackages: openssl xerces-c zlib
2820
- name: VS2019Debug64
2921
vmimage: windows-2019
3022
mpctype: vs2019
@@ -49,6 +41,14 @@ jobs:
4941
vcpkgarch: x64-windows
5042
vcpkglibdir: debug/lib
5143
vcpkgpackages: openssl xerces-c zlib
44+
- name: VS2022Release32
45+
vmimage: windows-2022
46+
mpctype: vs2022
47+
BuildPlatform: Win32
48+
BuildConfiguration: Release
49+
vcpkgarch: x86-windows
50+
vcpkglibdir: lib
51+
vcpkgpackages: openssl xerces-c zlib
5252
runs-on: ${{ matrix.vmimage }}
5353
name: ${{ matrix.name }}
5454
env:

0 commit comments

Comments
 (0)