From 3b9e149e19ed58dee66e4842626751e329e1bd96 Mon Sep 17 00:00:00 2001 From: Christian Brabandt Date: Wed, 11 Oct 2023 13:32:00 +0200 Subject: [PATCH] ci: run on ubuntu 20.04 instead of 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 67dacb76..e192183a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,7 +11,7 @@ on: jobs: test: name: Test - runs-on: ubuntu-latest + runs-on: ubuntu-20.04 strategy: matrix: vim: