Run GitHub Actions on macOS

Signed-off-by: Kazuyoshi Kato <katokazu@amazon.com>
This commit is contained in:
Kazuyoshi Kato 2021-05-21 17:00:10 -07:00
parent a4b18e0db8
commit 616d54c531

View File

@ -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: