Skip to content

Commit 919e565

Browse files
committed
Disable testing windows
1 parent a597e15 commit 919e565

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ jobs:
1212
build:
1313
strategy:
1414
matrix:
15-
os: [ macOS-latest, windows-latest, ubuntu-18.04 ]
15+
os: [ macOS-latest, ubuntu-18.04 ]
16+
# os: [ macOS-latest, windows-latest, ubuntu-18.04 ]
1617
runs-on: ${{matrix.os}}
1718
steps:
1819
- name: Checkout the repo

0 commit comments

Comments
 (0)