Skip to content

Commit 0f9f2cf

Browse files
committed
Use namespace for Linux and macOS
1 parent 3639199 commit 0f9f2cf

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,10 @@ jobs:
1010
fail-fast: false
1111
matrix:
1212
node: [18, 20, 22, 24]
13-
os: [ubuntu-latest, macos-latest, namespace-profile-windows-amd64]
13+
os:
14+
- namespace-profile-default
15+
- namespace-profile-macos-arm64
16+
- namespace-profile-windows-amd64
1417

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

0 commit comments

Comments
 (0)