Skip to content

Commit 99d2ae2

Browse files
committed
less matrix
1 parent 10d45f2 commit 99d2ae2

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ jobs:
1212
test:
1313
strategy:
1414
matrix:
15-
vmImage: [windows-latest, ubuntu-latest, macos-latest]
15+
vmImage: [windows-latest]
16+
#vmImage: [windows-latest, ubuntu-latest, macos-latest]
1617
runs-on: ${{ matrix.vmImage }}
1718
name: test-${{ matrix.vmImage }}
1819

0 commit comments

Comments
 (0)