Skip to content

Commit

Permalink
test: update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
neo451 committed Feb 20, 2025
1 parent b62c177 commit 4986d08
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/mini-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest]
neovim_version: [nightly]
include:
# - os: macos-latest
# neovim_version: "nightly"
# - os: windows-latest
# neovim_version: v0.10.4
neovim_version: ['nightly']
# include:
# - os: macos-latest
# neovim_version: "nightly"
# - os: windows-latest
# neovim_version: v0.10.4
runs-on: ${{ matrix.os }}

steps:
Expand Down

0 comments on commit 4986d08

Please sign in to comment.