Skip to content

Commit

Permalink
matrix.os
Browse files Browse the repository at this point in the history
  • Loading branch information
vijayshinva committed Nov 21, 2020
1 parent 9f02bdb commit a6f2155
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/dotnet-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,10 @@ on:

jobs:
build:

runs-on: ubuntu-latest

strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
- name: Setup .NET Core 3.1
Expand Down

0 comments on commit a6f2155

Please sign in to comment.