Skip to content

Commit 6936119

Browse files
committed
feat: Run ci against multiple env's
1 parent 79d18de commit 6936119

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/dotnet.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,11 @@ concurrency:
1313
jobs:
1414
build:
1515

16-
runs-on: ubuntu-latest
16+
runs-on: ${{ matrix.os }}
17+
18+
strategy:
19+
matrix:
20+
os: [ ubuntu-latest, ubuntu-24.04-arm, windows-latest, macos-latest ]
1721

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

0 commit comments

Comments
 (0)