summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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