Skip to content

Commit 7dff102

Browse files
author
Roberto Sora
committed
temporarly enable only windows for test flow
1 parent b1edc0d commit 7dff102

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ jobs:
1111

1212
strategy:
1313
matrix:
14-
operating-system: [ubuntu-18.04, windows-2019, macOS-10.14]
14+
operating-system: [windows-2019]
15+
# operating-system: [ubuntu-18.04, windows-2019, macOS-10.14]
1516

1617
runs-on: ${{ matrix.operating-system }}
1718

0 commit comments

Comments
 (0)