From 91afc28489fbac7ba64d09858a60db0bccd09827 Mon Sep 17 00:00:00 2001 From: Adrian Moennich Date: Mon, 6 Mar 2023 12:02:11 +0100 Subject: [PATCH] ci: Use more recent ubuntu image --- .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 4540a9b..afae3e0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ on: jobs: setup: - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 defaults: run: shell: bash