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

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


The following commit(s) were added to refs/heads/try_earlier_os_cpp by this 
push:
     new 96edbca814a Update multi-language-client.yml
96edbca814a is described below

commit 96edbca814a16fe4b77dba72eabde8567e7608d4
Author: Haonan <[email protected]>
AuthorDate: Tue Aug 6 09:35:38 2024 +0800

    Update multi-language-client.yml
---
 .github/workflows/multi-language-client.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/multi-language-client.yml 
b/.github/workflows/multi-language-client.yml
index 61f5b7c45fc..c50b8963edd 100644
--- a/.github/workflows/multi-language-client.yml
+++ b/.github/workflows/multi-language-client.yml
@@ -45,13 +45,13 @@ jobs:
       fail-fast: false
       max-parallel: 15
       matrix:
-        os: [ubuntu-20.04, windows-2019]
+        os: [ubuntu-24.04]
     runs-on: ${{ matrix.os}}
 
     steps:
       - uses: actions/checkout@v4
       - name: Install CPP Dependencies (Ubuntu)
-        if: matrix.os == 'ubuntu-20.04'
+        if: matrix.os == 'ubuntu-24.04'
         shell: bash
         run: |
           sudo apt-get update

Reply via email to