Skip to content

Commit f81ee05

Browse files
authored
Adding matrix
1 parent b7d4c55 commit f81ee05

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/dotnetcore.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,10 @@ on:
99
jobs:
1010
build:
1111

12-
runs-on: ubuntu-latest
12+
runs-on: ${{ matrix.image }}
13+
strategy:
14+
matrix:
15+
image: ['ubunt-latest', 'windows-latest', 'macos-latest']
1316

1417
steps:
1518
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)