We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3639199 commit 0f9f2cfCopy full SHA for 0f9f2cf
.github/workflows/ci.yml
@@ -10,7 +10,10 @@ jobs:
10
fail-fast: false
11
matrix:
12
node: [18, 20, 22, 24]
13
- os: [ubuntu-latest, macos-latest, namespace-profile-windows-amd64]
+ os:
14
+ - namespace-profile-default
15
+ - namespace-profile-macos-arm64
16
+ - namespace-profile-windows-amd64
17
18
runs-on: ${{ matrix.os }}
19
name: Run Tests - Node v${{ matrix.node }} / ${{ matrix.os }}
0 commit comments