Skip to content

Commit 7fdaed7

Browse files
committed
Build on Linux and Windows.
1 parent 8568200 commit 7fdaed7

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/dotnet.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,12 @@ on: [push]
55
jobs:
66
build:
77

8-
runs-on: ubuntu-latest
9-
8+
runs-on: ${{ matrix.os }}
9+
10+
strategy:
11+
matrix:
12+
os: [ubuntu-latest, windows-latest]
13+
1014
steps:
1115
- uses: actions/checkout@v1
1216
- name: Setup .NET Core

0 commit comments

Comments
 (0)