From 7fc376a4d5d9728ead8dae5d93117717e110ff8a Mon Sep 17 00:00:00 2001 From: Christian Brabandt Date: Thu, 1 May 2025 16:48:30 +0200 Subject: [PATCH] CI: update Github runners to Ubuntu 22.04 Signed-off-by: Christian Brabandt --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5269d483..f12aa054 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,7 +11,7 @@ on: jobs: test: name: Test - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 strategy: matrix: vim: