Commit 9a6d980
authored
Fix CI failure on Windows (#142)
At some point in last year, label `windows-latest` runs windows-2022
runner. However node-gyp does not seem to support the latest Visual
Studio. It is causing a current CI failure on Windows node.
Using `windows-2019` label fixes the issue.1 parent 7dcef01 commit 9a6d980
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| |||
0 commit comments