You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@celix.apache.org by pn...@apache.org on 2019/12/17 19:29:10 UTC

[celix] branch release/2.2.0 updated: Disables ubuntu github workflows

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

pnoltes pushed a commit to branch release/2.2.0
in repository https://gitbox.apache.org/repos/asf/celix.git


The following commit(s) were added to refs/heads/release/2.2.0 by this push:
     new e930862  Disables ubuntu github workflows
e930862 is described below

commit e930862b81176bfe4075206b68662133cb2d9340
Author: Pepijn Noltes <pe...@gmail.com>
AuthorDate: Tue Dec 17 20:28:36 2019 +0100

    Disables ubuntu github workflows
---
 .github/workflows/build.yml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 999f950..82f225b 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -8,7 +8,8 @@ jobs:
     strategy:
       fail-fast: false
       matrix:
-        os: [ubuntu-18.04, ubuntu-16.04, macOS-10.14]
+        os: [macOS-10.14]
+        #os: [ubuntu-18.04, ubuntu-16.04, macOS-10.14]
         compiler: [gcc, clang]
         include:
           - os: ubuntu-18.04