Skip to content
This repository was archived by the owner on Oct 7, 2025. It is now read-only.

Commit af542c5

Browse files
committed
chore: temp disable matrix run
1 parent 3aaa2ed commit af542c5

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

.github/workflows/test.yml

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,15 @@ jobs:
1212
test:
1313
name: Test
1414

15-
runs-on: ${{ matrix.os }}
15+
# runs-on: ${{ matrix.os }}
1616

17-
strategy:
18-
fail-fast: false
19-
matrix:
20-
os: [macos-latest, windows-latest]
21-
node-version: [22.x]
17+
# strategy:
18+
# fail-fast: false
19+
# matrix:
20+
# os: [macos-latest, windows-latest]
21+
# node-version: [22.x]
22+
23+
runs-on: ubuntu-latest
2224

2325
timeout-minutes: 15
2426
steps:

0 commit comments

Comments
 (0)