From 616d54c531e0a32f0efeee3b6770daef5ed4a13f Mon Sep 17 00:00:00 2001 From: Kazuyoshi Kato Date: Fri, 21 May 2021 17:00:10 -0700 Subject: [PATCH] Run GitHub Actions on macOS Signed-off-by: Kazuyoshi Kato --- .github/workflows/ci.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4f2d356..8b46d4c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,8 +9,12 @@ on: jobs: build: - name: TTRPC CI - runs-on: ubuntu-18.04 + strategy: + fail-fast: false + matrix: + os: [ubuntu-18.04, macos-10.15] + name: ${{ matrix.os }} + runs-on: ${{ matrix.os }} timeout-minutes: 5 steps: