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

HTHou pushed a commit to branch HTHou-patch-1
in repository https://gitbox.apache.org/repos/asf/iotdb.git

commit fca1cefddff5b827bc567965a2efaee781fa9ccb
Author: Haonan <[email protected]>
AuthorDate: Wed May 13 09:52:45 2026 +0800

    Remove windows-latest from OS matrix in workflow
---
 .github/workflows/multi-language-client.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/multi-language-client.yml 
b/.github/workflows/multi-language-client.yml
index c2abe1a718f..a699ce16429 100644
--- a/.github/workflows/multi-language-client.yml
+++ b/.github/workflows/multi-language-client.yml
@@ -45,7 +45,7 @@ jobs:
       fail-fast: false
       max-parallel: 15
       matrix:
-        os: [ubuntu-22.04, ubuntu-24.04, windows-2022, windows-latest, 
windows-2025-vs2026, macos-latest]
+        os: [ubuntu-22.04, ubuntu-24.04, windows-2022, windows-2025-vs2026, 
macos-latest]
     runs-on: ${{ matrix.os}}
 
     steps:

Reply via email to