You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@datasketches.apache.org by jm...@apache.org on 2020/03/27 03:21:55 UTC

[incubator-datasketches-cpp] branch ci_test updated: more fixes

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

jmalkin pushed a commit to branch ci_test
in repository https://gitbox.apache.org/repos/asf/incubator-datasketches-cpp.git


The following commit(s) were added to refs/heads/ci_test by this push:
     new 787d910  more fixes
787d910 is described below

commit 787d910eb3818040b9dbc78a962925dbd9e00e56
Author: Jon Malkin <jm...@users.noreply.github.com>
AuthorDate: Thu Mar 26 20:21:45 2020 -0700

    more fixes
---
 .github/workflows/build_cmake.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/build_cmake.yml b/.github/workflows/build_cmake.yml
index 27bbc66..5ce0f94 100644
--- a/.github/workflows/build_cmake.yml
+++ b/.github/workflows/build_cmake.yml
@@ -15,12 +15,12 @@ jobs:
         config:
         - {
             name: "MaxOS Latest Clang", artifact: "macOS.tar.xz",
-            os: macos-latest
+            os: macos-latest,
             cc: "clang", cxx: "clang++"
           }
         - {
             name: "Ubuntu Latest GCC", artifact: "linux.tar.xz",
-            os: ubuntu-latest
+            os: ubuntu-latest,
             cc: "gcc", cxx: "g++"
           }            
             


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@datasketches.apache.org
For additional commands, e-mail: commits-help@datasketches.apache.org