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/22 06:04:11 UTC

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

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: