You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by ha...@apache.org on 2022/12/02 14:45:15 UTC

[iotdb] 01/01: Test fix linux CI

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

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

commit ea2612b86e1485b4e440fd51da559aa06f577a3a
Author: Haonan <hh...@outlook.com>
AuthorDate: Fri Dec 2 22:45:09 2022 +0800

    Test fix linux CI
---
 .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