Skip to content

Commit 2632742

Browse files
authored
chore: for windows CI tests, use runs-on: windows-8-core (facebook#12446)
1 parent 8887c77 commit 2632742

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/tests-windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
windows-test:
2626
name: Windows Tests
2727
timeout-minutes: 30
28-
runs-on: windows-latest
28+
runs-on: windows-8-core
2929
strategy:
3030
matrix:
3131
node: ['24.14', '26']

0 commit comments

Comments
 (0)