There was an error while loading. Please reload this page.
1 parent 10d45f2 commit 99d2ae2Copy full SHA for 99d2ae2
1 file changed
.github/workflows/test.yml
@@ -12,7 +12,8 @@ jobs:
12
test:
13
strategy:
14
matrix:
15
- vmImage: [windows-latest, ubuntu-latest, macos-latest]
+ vmImage: [windows-latest]
16
+ #vmImage: [windows-latest, ubuntu-latest, macos-latest]
17
runs-on: ${{ matrix.vmImage }}
18
name: test-${{ matrix.vmImage }}
19
0 commit comments