Skip to content

Commit ad29448

Browse files
committed
Update dotnet.yml
added macos-latest and windows-latest to runs-on
1 parent 9a90317 commit ad29448

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/dotnet.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,10 @@ on:
88

99
jobs:
1010
build:
11-
12-
runs-on: ubuntu-latest
13-
11+
runs-on: ${{ matrix.os }}
12+
strategy:
13+
matrix:
14+
os: [macos-latest, ubuntu-latest, windows-latest]
1415
steps:
1516
- uses: actions/checkout@v2
1617
- name: Setup .NET

0 commit comments

Comments
 (0)