You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@systemds.apache.org by ba...@apache.org on 2020/07/22 08:48:26 UTC

[systemds] branch master updated: [MINOR] Disable MacOS Building Test

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 836db70  [MINOR] Disable MacOS Building Test
836db70 is described below

commit 836db709b6d1f8fd8848b66dc617b2a1491dcfe7
Author: baunsgaard <ba...@tugraz.at>
AuthorDate: Wed Jul 22 10:45:50 2020 +0200

    [MINOR] Disable MacOS Building Test
    
    Disabling MacOS building test due to actions GitHub having inconsistent
    macOS testing.
---
 .github/workflows/build.yml | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index ac762cd..7263c8f 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -29,7 +29,11 @@ jobs:
     strategy:
       fail-fast: false
       matrix:
-        os: [ubuntu-latest, macOS-latest, windows-latest]
+        os: [
+          ubuntu-latest, 
+          # macOS-latest, 
+          windows-latest
+          ]
     steps:
     - name: Checkout Repository
       uses: actions/checkout@v2