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 <[email protected]> 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:
