From 143a342bd860d6e3d584edeb447fb49febab3355 Mon Sep 17 00:00:00 2001 From: dundargoc Date: Sat, 10 Feb 2024 15:01:53 +0100 Subject: ci: use `windows-latest` over `windows-2022` It's convenient to not need to manually update the runner version. --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github/workflows/tests.yml') diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 863f8d0a4..8c4043417 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -56,7 +56,7 @@ jobs: key: ${{ matrix.os }}-${{ matrix.cc }}-parsers-v1-${{ hashFiles('./lockfile.json', './lua/nvim-treesitter/parsers.lua', './lua/nvim-treesitter/install.lua', './lua/nvim-treesitter/shell_selectors.lua') }} - name: Compile parsers Unix like - if: ${{ matrix.os != 'windows-latest' && steps.parsers-cache.outputs.cache-hit != 'true' }} + if: ${{ runner.os != 'Windows' && steps.parsers-cache.outputs.cache-hit != 'true' }} run: | nvim --headless -c "TSInstallSync all" -c "q" -- cgit v1.2.3-70-g09d2