From: Shane Lontis Date: Tue, 30 Mar 2021 05:39:27 +0000 (+1000) Subject: Add macosx build X-Git-Tag: openssl-3.0.0-alpha14~66 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9754665d6b0e7ba602878aa49dabaa6e8ee72632;p=thirdparty%2Fopenssl.git Add macosx build Reviewed-by: Richard Levitte Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/14738) --- diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 85fbe952dc6..f0c60d69476 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