mirror of
https://github.com/windwp/nvim-ts-autotag.git
synced 2024-12-30 12:59:14 -06:00
ci: update os to ubuntu-24.04
This commit is contained in:
parent
b146a98159
commit
ef175229a6
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -5,12 +5,12 @@ on: [push, pull_request]
|
||||
jobs:
|
||||
x64-ubuntu:
|
||||
name: X64-ubuntu
|
||||
runs-on: ubuntu-20.04
|
||||
runs-on: ubuntu-24.04
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
include:
|
||||
- os: ubuntu-20.04
|
||||
- os: ubuntu-24.04
|
||||
url: https://github.com/neovim/neovim/releases/download/nightly/nvim-linux64.tar.gz
|
||||
manager: sudo apt-get
|
||||
packages: -y fd-find tree-sitter-cli
|
||||
|
Loading…
Reference in New Issue
Block a user