Skip to content

Commit a1ec5b9

Browse files
[Build] Use Windows server 2019 to release Windows artifacts (#99)
Fixes #97
1 parent 74ebc10 commit a1ec5b9

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

.github/workflows/ci-build-binary-artifacts.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -93,16 +93,16 @@ jobs:
9393
matrix:
9494
include:
9595
- name: 'Windows x64'
96-
os: windows-2022
96+
os: windows-2019
9797
triplet: x64-windows-static
9898
suffix: 'windows-win64'
99-
generator: 'Visual Studio 17 2022'
99+
generator: 'Visual Studio 16 2019'
100100
arch: '-A x64'
101101
- name: 'Windows x86'
102-
os: windows-2022
102+
os: windows-2019
103103
triplet: x86-windows-static
104104
suffix: 'windows-win32'
105-
generator: 'Visual Studio 17 2022'
105+
generator: 'Visual Studio 16 2019'
106106
arch: '-A Win32'
107107

108108
steps:

.github/workflows/ci-pr-validation.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -88,16 +88,16 @@ jobs:
8888
matrix:
8989
include:
9090
- name: 'Windows x64'
91-
os: windows-2022
91+
os: windows-2019
9292
triplet: x64-windows-static
9393
suffix: 'windows-win64'
94-
generator: 'Visual Studio 17 2022'
94+
generator: 'Visual Studio 16 2019'
9595
arch: '-A x64'
9696
- name: 'Windows x86'
97-
os: windows-2022
97+
os: windows-2019
9898
triplet: x86-windows-static
9999
suffix: 'windows-win32'
100-
generator: 'Visual Studio 17 2022'
100+
generator: 'Visual Studio 16 2019'
101101
arch: '-A Win32'
102102

103103
steps:

0 commit comments

Comments
 (0)