This is an automated email from the ASF dual-hosted git repository.
xyz pushed a commit to branch branch-3.0
in repository https://gitbox.apache.org/repos/asf/pulsar-client-cpp.git
The following commit(s) were added to refs/heads/branch-3.0 by this push:
new 3a40960 [Build] Use Windows server 2019 to release Windows artifacts
(#99)
3a40960 is described below
commit 3a4096042d5f9d0d49f726764fd8701d883c1f8e
Author: Yunze Xu <[email protected]>
AuthorDate: Wed Nov 2 10:01:47 2022 +0800
[Build] Use Windows server 2019 to release Windows artifacts (#99)
Fixes https://github.com/apache/pulsar-client-cpp/issues/97
(cherry picked from commit a1ec5b9d321cd85e57b649a9c8b3c7ec089b14ee)
---
.github/workflows/ci-build-binary-artifacts.yaml | 8 ++++----
.github/workflows/ci-pr-validation.yaml | 8 ++++----
2 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/.github/workflows/ci-build-binary-artifacts.yaml
b/.github/workflows/ci-build-binary-artifacts.yaml
index 8e2a6ea..586458d 100644
--- a/.github/workflows/ci-build-binary-artifacts.yaml
+++ b/.github/workflows/ci-build-binary-artifacts.yaml
@@ -93,16 +93,16 @@ jobs:
matrix:
include:
- name: 'Windows x64'
- os: windows-2022
+ os: windows-2019
triplet: x64-windows-static
suffix: 'windows-win64'
- generator: 'Visual Studio 17 2022'
+ generator: 'Visual Studio 16 2019'
arch: '-A x64'
- name: 'Windows x86'
- os: windows-2022
+ os: windows-2019
triplet: x86-windows-static
suffix: 'windows-win32'
- generator: 'Visual Studio 17 2022'
+ generator: 'Visual Studio 16 2019'
arch: '-A Win32'
steps:
diff --git a/.github/workflows/ci-pr-validation.yaml
b/.github/workflows/ci-pr-validation.yaml
index 302878c..e781fdd 100644
--- a/.github/workflows/ci-pr-validation.yaml
+++ b/.github/workflows/ci-pr-validation.yaml
@@ -88,16 +88,16 @@ jobs:
matrix:
include:
- name: 'Windows x64'
- os: windows-2022
+ os: windows-2019
triplet: x64-windows-static
suffix: 'windows-win64'
- generator: 'Visual Studio 17 2022'
+ generator: 'Visual Studio 16 2019'
arch: '-A x64'
- name: 'Windows x86'
- os: windows-2022
+ os: windows-2019
triplet: x86-windows-static
suffix: 'windows-win32'
- generator: 'Visual Studio 17 2022'
+ generator: 'Visual Studio 16 2019'
arch: '-A Win32'
steps: