You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by ja...@apache.org on 2022/12/04 05:51:41 UTC

[iotdb] 01/01: Fix linux CI (#8310)

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

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

commit 1699815720ec1dbbafea8b72ff2dfd04a19eaf50
Author: Haonan <hh...@outlook.com>
AuthorDate: Sun Dec 4 13:45:56 2022 +0800

    Fix linux CI (#8310)
    
    (cherry picked from commit 5510c79fbf45be87e658f30363b6b80bdd6da6bc)
---
 .github/workflows/main-unix.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/main-unix.yml b/.github/workflows/main-unix.yml
index 7ddb3d1ae7..937353f0e4 100644
--- a/.github/workflows/main-unix.yml
+++ b/.github/workflows/main-unix.yml
@@ -37,7 +37,7 @@ jobs:
       max-parallel: 20
       matrix:
         java: [ 8, 11, 17 ]
-        os: [ ubuntu-latest ]
+        os: [ ubuntu-20.04 ]
         include:
           - java: 8
             os: macos-latest