Skip to content

Commit

Permalink
matrix.os
Browse files Browse the repository at this point in the history
  • Loading branch information
tig committed Jul 7, 2024
1 parent 122744b commit b84e7b8
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/dotnet-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,11 @@ on:
jobs:
build_and_test:

runs-on: ubuntu-latest
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ ubuntu-latest, windows-latest, macos-latest ]

timeout-minutes: 10
steps:

Expand Down

0 comments on commit b84e7b8

Please sign in to comment.