This is an automated email from the ASF dual-hosted git repository.

xyz pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pulsar-client-cpp.git


The following commit(s) were added to refs/heads/main by this push:
     new a1ec5b9  [Build] Use Windows server 2019 to release Windows artifacts 
(#99)
a1ec5b9 is described below

commit a1ec5b9d321cd85e57b649a9c8b3c7ec089b14ee
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
---
 .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 64a39d0..db0667a 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:

Reply via email to