Skip to content

Commit 15112bd

Browse files
committed
test if it builds on all platforms
1 parent dc8f94e commit 15112bd

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/dotnet.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,11 @@ on:
1212
jobs:
1313
build:
1414

15-
runs-on: ubuntu-latest
15+
strategy:
16+
matrix:
17+
os: [ubuntu-latest, windows-latest, macos-latest]
18+
19+
runs-on: ${{ matrix.os }}
1620

1721
steps:
1822
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)