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

[iotdb] branch rel/0.12 updated: Fix windows cpp-client CI (#5084)

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

rong pushed a commit to branch rel/0.12
in repository https://gitbox.apache.org/repos/asf/iotdb.git


The following commit(s) were added to refs/heads/rel/0.12 by this push:
     new d1d31bc  Fix windows cpp-client CI (#5084)
d1d31bc is described below

commit d1d31bc7385a14ef606ed92200e526b3c1c0775d
Author: Haonan <hh...@outlook.com>
AuthorDate: Fri Feb 18 13:36:20 2022 +0800

    Fix windows cpp-client CI (#5084)
---
 .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 16a200a..81173a2 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-latest]
+        os: [windows-2019]
     runs-on: ${{ matrix.os}}
 
     steps: