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:40 UTC

[iotdb] branch LinuxCI1_0 created (now 1699815720)

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

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


      at 1699815720 Fix linux CI (#8310)

This branch includes the following new commits:

     new 1699815720 Fix linux CI (#8310)

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



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

Posted by ja...@apache.org.
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