mirror of
https://github.com/windwp/nvim-ts-autotag.git
synced 2025-01-01 13:59:13 -06:00
ci: update os to ubuntu-24.04
This commit is contained in:
parent
ad7f7b0f3b
commit
0e9350d9f1
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