diff options
| author | Stephan Seitz <stephan.seitz@fau.de> | 2021-03-07 17:53:10 +0100 |
|---|---|---|
| committer | Kiyan <yazdani.kiyan@protonmail.com> | 2021-03-16 18:52:43 +0100 |
| commit | 4395783990e0533087a6833b7f4e79009265f87a (patch) | |
| tree | c07ec7ed92ac5ed4f80ab8abb1a084b51c5285bc /.github | |
| parent | CI CI CI (diff) | |
| download | nvim-treesitter-4395783990e0533087a6833b7f4e79009265f87a.tar nvim-treesitter-4395783990e0533087a6833b7f4e79009265f87a.tar.gz nvim-treesitter-4395783990e0533087a6833b7f4e79009265f87a.tar.bz2 nvim-treesitter-4395783990e0533087a6833b7f4e79009265f87a.tar.lz nvim-treesitter-4395783990e0533087a6833b7f4e79009265f87a.tar.xz nvim-treesitter-4395783990e0533087a6833b7f4e79009265f87a.tar.zst nvim-treesitter-4395783990e0533087a6833b7f4e79009265f87a.zip | |
Update ubuntu-20
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/check_query_files.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/check_query_files.yml b/.github/workflows/check_query_files.yml index b8de89de6..468ec81d7 100644 --- a/.github/workflows/check_query_files.yml +++ b/.github/workflows/check_query_files.yml @@ -5,7 +5,7 @@ on: [push, pull_request] jobs: luacheck: name: Check Query Files - runs-on: ubuntu-latest + runs-on: ubuntu-20.04 steps: - uses: actions/checkout@v1 |
