Skip to content

Commit 3218b38

Browse files
committed
just windows
1 parent 23518e5 commit 3218b38

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ jobs:
1414
runs-on: ${{ matrix.os }}
1515
strategy:
1616
matrix:
17-
os: [windows-latest, ubuntu-latest, macos-latest]
17+
os: [windows-latest]
18+
# os: [windows-latest, ubuntu-latest, macos-latest]
1819
steps:
1920
- uses: actions/checkout@v1
2021
- name: Run Continuous Integration

0 commit comments

Comments
 (0)