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

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


The following commit(s) were added to refs/heads/feature/workflows_update by 
this push:
     new f0633ae  update github workflow
f0633ae is described below

commit f0633ae491582bb24bae85db16d1772304e523ee
Author: Pepijn Noltes <[email protected]>
AuthorDate: Mon Mar 30 20:10:10 2020 +0200

    update github workflow
---
 .github/workflows/build.yml | 7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)

diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 15f8ced..4c5841e 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -8,13 +8,10 @@ jobs:
     strategy:
       fail-fast: false
       matrix:
-        os: []
+        os: [macOS-10.14]
         #os: [ubuntu-18.04, ubuntu-16.04, macOS-10.14]
-        compiler: []
+        compiler: [clang]
         include:
-          - os: macOS-10.14
-            name: OSX (10.14) clang
-            compiler: clang
           - os: ubuntu-18.04
             name: Ubuntu Bionic (18) clang
             compiler: clang

Reply via email to