summaryrefslogtreecommitdiffstats
path: root/.github/workflows
diff options
context:
space:
mode:
authorShane Lontis <shane.lontis@oracle.com>2021-03-30 15:39:27 +1000
committerShane Lontis <shane.lontis@oracle.com>2021-04-01 16:46:42 +1000
commit9754665d6b0e7ba602878aa49dabaa6e8ee72632 (patch)
treeaa75d2b741a8b670a28505def60e503b61c3c8ec /.github/workflows
parent6ec37db540b20ade2a10b8809112844b0e0f999f (diff)
Add macosx build
Reviewed-by: Richard Levitte <levitte@openssl.org> Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/14738)
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/ci.yml5
1 files changed, 4 insertions, 1 deletions
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