Skip to content

Commit e8765ea

Browse files
committed
upgrade to ubuntu-22.04 for base
1 parent f4f791f commit e8765ea

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ concurrency:
1111
group: ${{ github.workflow }}-${{ github.event_name == 'pull_request' && github.head_ref || github.sha }}
1212
cancel-in-progress: true
1313

14-
1514
jobs:
1615
tests:
1716
name: ${{ matrix.os }} ${{ matrix.flavor }}
@@ -20,19 +19,19 @@ jobs:
2019
matrix:
2120
include:
2221
- flavor: nvim-0.7
23-
runner: ubuntu-20.04
22+
runner: ubuntu-22.04
2423
os: linux
2524
nvim_version: v0.7.0
2625
- flavor: nvim-0.8
27-
runner: ubuntu-20.04
26+
runner: ubuntu-22.04
2827
os: linux
2928
nvim_version: v0.8.0
3029
- flavor: nvim-0.9
31-
runner: ubuntu-20.04
30+
runner: ubuntu-22.04
3231
os: linux
3332
nvim_version: v0.9.0
3433
- flavor: nvim-nightly
35-
runner: ubuntu-20.04
34+
runner: ubuntu-22.04
3635
os: linux
3736
nvim_version: nightly
3837
runs-on: ${{ matrix.runner }}
@@ -48,13 +47,13 @@ jobs:
4847
- name: Setup neovim ${{matrix.nvim_version}}
4948
uses: rhysd/action-setup-vim@v1
5049
with:
51-
neovim: true
52-
version: ${{matrix.nvim_version}}
50+
neovim: true
51+
version: ${{matrix.nvim_version}}
5352
- name: Run tests
5453
run: |
5554
make test
5655
lint:
57-
runs-on: ubuntu-20.04
56+
runs-on: ubuntu-22.04
5857
timeout-minutes: 10
5958
steps:
6059
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)