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


- Log -----------------------------------------------------------------
commit 9754665d6b0e7ba602878aa49dabaa6e8ee72632
Author: Shane Lontis <[email protected]>
Date:   Tue Mar 30 15:39:27 2021 +1000

    Add macosx build
    
    Reviewed-by: Richard Levitte <[email protected]>
    Reviewed-by: Tomas Mraz <[email protected]>
    (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@v2
     - name: extra preparations

Reply via email to