You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@gora.apache.org by dj...@apache.org on 2023/03/09 21:47:03 UTC

[gora] branch master updated: GORA-701 fix github workflow build (#278)

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

djkevincr pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/gora.git


The following commit(s) were added to refs/heads/master by this push:
     new 370234b8 GORA-701 fix github workflow build (#278)
370234b8 is described below

commit 370234b8b975ad45dc789c15a3fb778b44da4061
Author: Kevin Ratnasekera <dj...@gmail.com>
AuthorDate: Thu Mar 9 22:46:56 2023 +0100

    GORA-701 fix github workflow build (#278)
---
 .github/workflows/master-pr-build.yml   | 2 +-
 .github/workflows/master-push-build.yml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/master-pr-build.yml b/.github/workflows/master-pr-build.yml
index fd641e94..449f7f92 100644
--- a/.github/workflows/master-pr-build.yml
+++ b/.github/workflows/master-pr-build.yml
@@ -27,7 +27,7 @@ env:
 
 jobs:
   build:
-    runs-on: ubuntu-latest
+    runs-on: ubuntu-20.04
     strategy:
       matrix:
         java: [ '1.8' ]
diff --git a/.github/workflows/master-push-build.yml b/.github/workflows/master-push-build.yml
index d89aaabd..dc651b6d 100644
--- a/.github/workflows/master-push-build.yml
+++ b/.github/workflows/master-push-build.yml
@@ -27,7 +27,7 @@ env:
 
 jobs:
   build:
-    runs-on: ubuntu-latest
+    runs-on: ubuntu-20.04
     strategy:
       matrix:
         java: [ '1.8' ]