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

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


The following commit(s) were added to refs/heads/master by this push:
     new 3154b1996a5 Remove windows-latest from OS matrix in workflow (#17651)
3154b1996a5 is described below

commit 3154b1996a5c22208be62cf2fc62247247757061
Author: Haonan <[email protected]>
AuthorDate: Wed May 13 12:01:06 2026 +0800

    Remove windows-latest from OS matrix in workflow (#17651)
---
 .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