Skip to content

Commit

Permalink
Adding CI workflow for Windows OS (#332)
Browse files Browse the repository at this point in the history
Signed-off-by: Subhobrata Dey <[email protected]>
Co-authored-by: Surya Sashank Nistala <[email protected]>
  • Loading branch information
sbcd90 and eirsep authored Dec 1, 2022
1 parent dc4575d commit 68312c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ jobs:
- 8
- 11
- 14

os: [ubuntu-latest, windows-latest]
name: Build and Test
runs-on: ubuntu-latest
runs-on: ${{ matrix.os }}

steps:
- name: Checkout
Expand Down

0 comments on commit 68312c6

Please sign in to comment.