Skip to content

Commit

Permalink
chore(ci): temporarily only allow macos-latest with node v14
Browse files Browse the repository at this point in the history
  • Loading branch information
kkoomen committed May 1, 2022
1 parent 87dcc1d commit 5b882b2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ jobs:
include:
- os: macos-latest
target: macos
- os: ubuntu-latest
target: linux
- os: windows-latest
target: win
# - os: ubuntu-latest
# target: linux
# - os: windows-latest
# target: win
runs-on: ${{ matrix.os }}
steps:
- name: Checkout kkoomen/vim-doge
Expand Down

0 comments on commit 5b882b2

Please sign in to comment.