Skip to content

Commit

Permalink
Removed Windows variants
Browse files Browse the repository at this point in the history
  • Loading branch information
ColinKennedy committed Jan 25, 2025
1 parent 3f99b17 commit d05d7cb
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,21 +14,21 @@ jobs:
test:
strategy:
matrix:
# os: [ubuntu-latest, macos-latest]
# neovim: [v0.10.0, stable, nightly]
os: [ubuntu-latest, macos-latest]
neovim: [v0.10.0, stable, nightly]
include:
- os: "windows-latest"
toolchain: "msvc"
luaVersion: "luajit"
neovim: "v0.10.0"
# - os: "windows-latest"
# toolchain: "msvc"
# luaVersion: "luajit"
# neovim: "v0.10.0"
- os: "windows-latest"
toolchain: "msvc"
luaVersion: "luajit"
neovim: "stable"
- os: "windows-latest"
toolchain: "msvc"
luaVersion: "luajit"
neovim: "nightly"
# - os: "windows-latest"
# toolchain: "msvc"
# luaVersion: "luajit"
# neovim: "nightly"

# Alternative luaVersion
- os: "windows-latest"
Expand Down

0 comments on commit d05d7cb

Please sign in to comment.