Skip to content

Commit 59346d2

Browse files
committed
build on multiple os
1 parent f2977b5 commit 59346d2

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,13 @@ on:
77

88
jobs:
99
build:
10-
runs-on: ubuntu-latest
10+
strategy:
11+
matrix:
12+
os:
13+
- ubuntu-latest
14+
- windows-latest
15+
- macos-latest
16+
runs-on: ${{matrix.os}}
1117
steps:
1218
- uses: actions/checkout@v1
1319
- name: Setup .NET Core

0 commit comments

Comments
 (0)