diff options
| author | dundargoc <gocdundar@gmail.com> | 2024-02-10 15:01:53 +0100 |
|---|---|---|
| committer | Christian Clason <c.clason@uni-graz.at> | 2024-02-10 15:25:01 +0100 |
| commit | 143a342bd860d6e3d584edeb447fb49febab3355 (patch) | |
| tree | 9adeca67b11c3c2484be4ecce483f60364f6cf78 /.github/workflows/tests.yml | |
| parent | chore(bash): update parser and highlights (diff) | |
| download | nvim-treesitter-143a342bd860d6e3d584edeb447fb49febab3355.tar nvim-treesitter-143a342bd860d6e3d584edeb447fb49febab3355.tar.gz nvim-treesitter-143a342bd860d6e3d584edeb447fb49febab3355.tar.bz2 nvim-treesitter-143a342bd860d6e3d584edeb447fb49febab3355.tar.lz nvim-treesitter-143a342bd860d6e3d584edeb447fb49febab3355.tar.xz nvim-treesitter-143a342bd860d6e3d584edeb447fb49febab3355.tar.zst nvim-treesitter-143a342bd860d6e3d584edeb447fb49febab3355.zip | |
ci: use `windows-latest` over `windows-2022`
It's convenient to not need to manually update the runner version.
Diffstat (limited to '.github/workflows/tests.yml')
| -rw-r--r-- | .github/workflows/tests.yml | 2 |
1 files changed, 1 insertions, 1 deletions
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" |
