[openssl] master update

shane.lontis at oracle.com shane.lontis at oracle.com
Thu Apr 1 06:48:48 UTC 2021


The branch master has been updated
       via  9754665d6b0e7ba602878aa49dabaa6e8ee72632 (commit)
      from  6ec37db540b20ade2a10b8809112844b0e0f999f (commit)


- Log -----------------------------------------------------------------
commit 9754665d6b0e7ba602878aa49dabaa6e8ee72632
Author: Shane Lontis <shane.lontis at oracle.com>
Date:   Tue Mar 30 15:39:27 2021 +1000

    Add macosx build
    
    Reviewed-by: Richard Levitte <levitte at openssl.org>
    Reviewed-by: Tomas Mraz <tomas at openssl.org>
    (Merged from https://github.com/openssl/openssl/pull/14738)

-----------------------------------------------------------------------

Summary of changes:
 .github/workflows/ci.yml | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 85fbe952dc..f0c60d6947 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -170,7 +170,10 @@ jobs:
       run: make test HARNESS_JOBS=${HARNESS_JOBS:-4}
 
   out-of-source-and-install:
-    runs-on: ubuntu-latest
+    strategy:
+      matrix:
+        os: [ubuntu-latest, macos-latest ]
+    runs-on: ${{matrix.os}}
     steps:
     - uses: actions/checkout at v2
     - name: extra preparations


More information about the openssl-commits mailing list