Skip to content

Commit ea97237

Browse files
committed
Run tests on all platforms; remove .NET 6 setup
1 parent 132d2cd commit ea97237

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

.github/workflows/dotnet.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,14 @@ on:
88

99
jobs:
1010
build:
11+
strategy:
12+
matrix:
13+
os: [ubuntu-latest, macos-latest, windows-latest]
1114

12-
runs-on: ubuntu-latest
15+
runs-on: ${{ matrix.os }}
1316

1417
steps:
1518
- uses: actions/checkout@v2
16-
- name: Setup .NET 6
17-
uses: actions/setup-dotnet@v1
18-
with:
19-
dotnet-version: 6.0.x
2019
- name: Setup .NET 8
2120
uses: actions/setup-dotnet@v1
2221
with:

0 commit comments

Comments
 (0)