Skip to content

Commit 7a9aaf6

Browse files
authored
CI: use windows-2019 for now (#209)
1 parent 1ee8683 commit 7a9aaf6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- run: npm install
2222
- run: npm test
2323
test_windows:
24-
runs-on: windows-latest
24+
runs-on: windows-2019
2525
steps:
2626
- uses: actions/checkout@v2
2727
- uses: actions/setup-node@v2

0 commit comments

Comments
 (0)