Skip to content

Commit 616d54c

Browse files
author
Kazuyoshi Kato
committed
Run GitHub Actions on macOS
Signed-off-by: Kazuyoshi Kato <[email protected]>
1 parent a4b18e0 commit 616d54c

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,12 @@ on:
99
jobs:
1010

1111
build:
12-
name: TTRPC CI
13-
runs-on: ubuntu-18.04
12+
strategy:
13+
fail-fast: false
14+
matrix:
15+
os: [ubuntu-18.04, macos-10.15]
16+
name: ${{ matrix.os }}
17+
runs-on: ${{ matrix.os }}
1418
timeout-minutes: 5
1519
steps:
1620

0 commit comments

Comments
 (0)