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:19:42 UTC

[incubator-datasketches-cpp] branch ci_test updated: fix typos

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 78cc35e  fix typos
78cc35e is described below

commit 78cc35e166fd02e0cae4ccff656ce825839ea690
Author: Jon Malkin <jm...@users.noreply.github.com>
AuthorDate: Thu Mar 26 20:19:35 2020 -0700

    fix typos
---
 .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 d336f4e..27bbc66 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: maxos-latest
+            os: macos-latest
             cc: "clang", cxx: "clang++"
           }
         - {
             name: "Ubuntu Latest GCC", artifact: "linux.tar.xz",
-            os: maxos-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