Skip to content

Commit c350d4f

Browse files
sbcd90eirsep
andauthored
Adding CI workflow for Windows OS (#333)
Signed-off-by: Subhobrata Dey <sbcd90@gmail.com> Signed-off-by: Subhobrata Dey <sbcd90@gmail.com> Co-authored-by: Surya Sashank Nistala <sashank.nistala@gmail.com>
1 parent 8649f1d commit c350d4f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ jobs:
1515
- 8
1616
- 11
1717
- 14
18-
18+
os: [ubuntu-latest, windows-latest]
1919
name: Build and Test
20-
runs-on: ubuntu-latest
20+
runs-on: ${{ matrix.os }}
2121

2222
steps:
2323
- name: Checkout

0 commit comments

Comments
 (0)