You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@orc.apache.org by do...@apache.org on 2021/09/12 20:36:42 UTC

[orc] branch branch-1.5 updated: MINOR: Use ubuntu-20.04 LTS in GitHub Action

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

dongjoon pushed a commit to branch branch-1.5
in repository https://gitbox.apache.org/repos/asf/orc.git


The following commit(s) were added to refs/heads/branch-1.5 by this push:
     new 8f71253  MINOR: Use ubuntu-20.04 LTS in GitHub Action
8f71253 is described below

commit 8f712536eaf9074eef05297334eab042df34f9b7
Author: Dongjoon Hyun <do...@apache.org>
AuthorDate: Sun Sep 12 13:36:31 2021 -0700

    MINOR: Use ubuntu-20.04 LTS in GitHub Action
---
 .github/workflows/build_and_test.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/build_and_test.yml b/.github/workflows/build_and_test.yml
index d8c4883..4441f6f 100644
--- a/.github/workflows/build_and_test.yml
+++ b/.github/workflows/build_and_test.yml
@@ -11,7 +11,7 @@ on:
 jobs:
   build:
     name: "Build with Java ${{ matrix.java }}"
-    runs-on: ubuntu-latest
+    runs-on: ubuntu-20.04
     strategy:
       fail-fast: false
       matrix: