Skip to content

Commit e091527

Browse files
authored
Merge pull request #35 from vim-denops/reduce-ci
🚿 Reduce the number of jobs in CI
2 parents 4d8ba86 + 436700f commit e091527

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,6 @@ jobs:
3232
strategy:
3333
matrix:
3434
runner:
35-
- windows-latest
36-
- macos-latest
3735
- ubuntu-latest
3836
version:
3937
- "1.11.0"
@@ -55,7 +53,6 @@ jobs:
5553

5654
test:
5755
strategy:
58-
fail-fast: false
5956
matrix:
6057
runner:
6158
- windows-latest
@@ -66,12 +63,8 @@ jobs:
6663
- "1.x"
6764
host_version:
6865
- vim: "v8.1.2424"
69-
nvim: ""
70-
- vim: "v8.2.3081"
71-
nvim: ""
72-
- vim: ""
7366
nvim: "v0.4.4"
74-
- vim: ""
67+
- vim: "v8.2.3081"
7568
nvim: "v0.5.0"
7669
runs-on: ${{ matrix.runner }}
7770
steps:

0 commit comments

Comments
 (0)