From 52c637430eafe911a3dffb3995eacda0819723cb Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Sat, 3 Aug 2024 17:03:00 +0800 Subject: [PATCH] ci(runner): switch to ubuntu-22.04 --- .github/workflows/check.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index 182efc125..91ca82e27 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -71,7 +71,7 @@ jobs: vimtag: v0.4.0 - vimbin: nvim vimtag: v0.3.8 - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 env: VIM_BIN: ${{ matrix.vimbin }} VIM_TAG: ${{ matrix.vimtag }}