Skip to content

Commit d68e1d0

Browse files
authored
chore: use self hosted windows (#290)
1 parent a2e8ead commit d68e1d0

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,10 @@ jobs:
2626
strategy:
2727
fail-fast: false
2828
matrix:
29-
runner: [
29+
runner:
30+
[
3031
rspack-ubuntu-22.04-large,
31-
# TODO: enable later
32-
# rspack-windows-2022-large,
33-
windows-latest,
32+
rspack-windows-2022-large,
3433
rspack-darwin-14-medium,
3534
]
3635
go-version: ['1.25.0']

0 commit comments

Comments
 (0)