From 9754665d6b0e7ba602878aa49dabaa6e8ee72632 Mon Sep 17 00:00:00 2001 From: Shane Lontis Date: Tue, 30 Mar 2021 15:39:27 +1000 Subject: Add macosx build Reviewed-by: Richard Levitte Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/14738) --- .github/workflows/ci.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to '.github') 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 -- cgit v1.2.3