Skip to content

Commit 3639199

Browse files
committed
Use namespace runner for Windows jobs
1 parent 9e9d093 commit 3639199

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
@@ -10,7 +10,7 @@ jobs:
1010
fail-fast: false
1111
matrix:
1212
node: [18, 20, 22, 24]
13-
os: [ubuntu-latest, macos-latest, windows-latest]
13+
os: [ubuntu-latest, macos-latest, namespace-profile-windows-amd64]
1414

1515
runs-on: ${{ matrix.os }}
1616
name: Run Tests - Node v${{ matrix.node }} / ${{ matrix.os }}

0 commit comments

Comments
 (0)