File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 1111jobs :
1212 luacheck :
1313 name : Luacheck
14- runs-on : ubuntu-22 .04
14+ runs-on : ubuntu-24 .04
1515 steps :
1616 - uses : actions/checkout@v4
1717
2727
2828 typecheck :
2929 name : typecheck
30- runs-on : ubuntu-22 .04
30+ runs-on : ubuntu-24 .04
3131 steps :
3232 - uses : actions/checkout@v4
3333 - uses : stevearc/nvim-typecheck-action@v2
3737
3838 stylua :
3939 name : StyLua
40- runs-on : ubuntu-22 .04
40+ runs-on : ubuntu-24 .04
4141 steps :
4242 - uses : actions/checkout@v4
4343 - name : Stylua
@@ -52,11 +52,11 @@ jobs:
5252 matrix :
5353 include :
5454 - nvim_tag : v0.9.4
55- - nvim_tag : v0.10.0
5655 - nvim_tag : v0.10.4
56+ - nvim_tag : v0.11.0
5757
5858 name : Run tests
59- runs-on : ubuntu-22 .04
59+ runs-on : ubuntu-24 .04
6060 env :
6161 NVIM_TAG : ${{ matrix.nvim_tag }}
6262 steps :
8383
8484 update_docs :
8585 name : Update docs
86- runs-on : ubuntu-22 .04
86+ runs-on : ubuntu-24 .04
8787 steps :
8888 - uses : actions/checkout@v4
8989
@@ -120,7 +120,7 @@ jobs:
120120 - run_tests
121121 - typecheck
122122 - update_docs
123- runs-on : ubuntu-22 .04
123+ runs-on : ubuntu-24 .04
124124 steps :
125125 - uses : googleapis/release-please-action@v4
126126 id : release
You can’t perform that action at this time.
0 commit comments