Skip to content

Commit be9ee99

Browse files
committed
disable windows test for template
Signed-off-by: karthik2804 <[email protected]>
1 parent b794b7a commit be9ee99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
runs-on: ${{ matrix.os }}
5555
strategy:
5656
matrix:
57-
os: [ubuntu-latest, macos-latest, windows-latest]
57+
os: [ubuntu-latest, macos-latest]
5858

5959
steps:
6060
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)