You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by ha...@apache.org on 2022/02/18 05:55:00 UTC

[iotdb] branch wincppfix created (now b562b64)

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

haonan pushed a change to branch wincppfix
in repository https://gitbox.apache.org/repos/asf/iotdb.git.


      at b562b64  Fix windows cpp-client CI

This branch includes the following new commits:

     new b562b64  Fix windows cpp-client CI

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


[iotdb] 01/01: Fix windows cpp-client CI

Posted by ha...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

haonan pushed a commit to branch wincppfix
in repository https://gitbox.apache.org/repos/asf/iotdb.git

commit b562b643caa69ce2178c4ee3dff613fc2074a991
Author: HTHou <hh...@outlook.com>
AuthorDate: Fri Feb 18 13:54:17 2022 +0800

    Fix windows cpp-client CI
---
 .github/workflows/client.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/client.yml b/.github/workflows/client.yml
index 81173a2..16a200a 100644
--- a/.github/workflows/client.yml
+++ b/.github/workflows/client.yml
@@ -62,7 +62,7 @@ jobs:
       fail-fast: false
       max-parallel: 20
       matrix:
-        os: [windows-2019]
+        os: [windows-latest]
     runs-on: ${{ matrix.os}}
 
     steps: