Skip to content

Commit

Permalink
Update build_test.yml
Browse files Browse the repository at this point in the history
build and test on ubuntu and windows
  • Loading branch information
pblasucci authored Aug 16, 2023
1 parent 8ae212e commit 85c47ce
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,12 @@ on:

jobs:
build:

runs-on: ubuntu-latest
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
dotnet-version: [ '6.0.x', '7.0.x' ]

runs-on: ${{ matrix.os }}

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 85c47ce

Please sign in to comment.