Add macosx build
authorShane Lontis <shane.lontis@oracle.com>
Tue, 30 Mar 2021 05:39:27 +0000 (15:39 +1000)
committerShane Lontis <shane.lontis@oracle.com>
Thu, 1 Apr 2021 06:46:42 +0000 (16:46 +1000)
Reviewed-by: Richard Levitte <levitte@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/14738)

.github/workflows/ci.yml

index 85fbe952dc6cf91693065bafd00f32784a9c5154..f0c60d69476afac0983b848b721d01b371741c9a 100644 (file)
@@ -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