Skip to content

Commit 3fba37c

Browse files
fix(ci): temporarily downgrade windows runners from latest to 2022 (#302)
After GitHub's change of the default windows runner it looks like componentize-js tests hang. While we should absoltuely fix/root-cause the windows issue, in the meantime this commit gets CI completing again.
1 parent 811dcf8 commit 3fba37c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,8 @@ jobs:
153153
# - latest reenable when https://github.com/nodejs/node/issues/57172 is fixed
154154
os:
155155
- ubuntu-latest
156-
- windows-latest
156+
# NOTE: windows-2025 (which is now latest) seems to hang on test runs
157+
- windows-2022
157158
- macos-latest
158159
build-type:
159160
- 'release'

0 commit comments

Comments
 (0)