Skip to content

Commit 7c2e23d

Browse files
committed
ci: pin Windows platform to 2019
windows-latest now has VS2022 which isn't supported by node yet
1 parent 4e01f7a commit 7c2e23d

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
@@ -39,7 +39,7 @@ jobs:
3939
- name: Run tests
4040
run: npm test
4141
tests-windows:
42-
runs-on: windows-latest
42+
runs-on: windows-2019
4343
strategy:
4444
fail-fast: false
4545
matrix:

0 commit comments

Comments
 (0)