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

tvb pushed a commit to branch tristan/fix-merge-ci
in repository https://gitbox.apache.org/repos/asf/buildstream.git

commit 0f4dd07f256c0fa4366245c6652a990f6094d018
Author: Tristan van Berkom <[email protected]>
AuthorDate: Wed Mar 30 12:05:49 2022 +0900

    .github/workflows: Fix docs builds in merge
    
    Complete the work done in #1634, run the other workflows on ubuntu 18.04
---
 .github/workflows/merge.yml   | 4 ++--
 .github/workflows/release.yml | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/merge.yml b/.github/workflows/merge.yml
index 330c457..e221ce4 100644
--- a/.github/workflows/merge.yml
+++ b/.github/workflows/merge.yml
@@ -8,7 +8,7 @@ on:
 jobs:
   build:
     name: Build documentation
-    runs-on: ubuntu-20.04
+    runs-on: ubuntu-18.04
     steps:
     - name: Checkout code
       uses: actions/checkout@v2
@@ -44,7 +44,7 @@ jobs:
 
   publish:
     needs: build
-    runs-on: ubuntu-20.04
+    runs-on: ubuntu-18.04
     steps:
 
     - name: Download artifact
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 55dfe86..36f54c3 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -8,7 +8,7 @@ on:
 jobs:
   build:
     name: Upload Release Asset
-    runs-on: ubuntu-20.04
+    runs-on: ubuntu-18.04
     steps:
       - name: Checkout code
         uses: actions/checkout@v2

Reply via email to