Skip to content

Commit 2771f1f

Browse files
committed
chore(ci): only run test on Ubuntu
Will add it back until this issue has been resolved rhysd/action-setup-vim#30
1 parent b6eb545 commit 2771f1f

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,7 @@ jobs:
4141

4242
test:
4343
name: Run Test
44-
runs-on: ${{ matrix.os }}
45-
strategy:
46-
matrix:
47-
os: [ubuntu-latest, macos-latest]
44+
runs-on: ubuntu-latest
4845
steps:
4946
- uses: actions/checkout@v4
5047
- uses: rhysd/action-setup-vim@v1

0 commit comments

Comments
 (0)