From e9cdaa01a57b13f8864fff478d789a95e26dd40f Mon Sep 17 00:00:00 2001 From: Florent Kermarrec Date: Fri, 14 Oct 2022 18:17:35 +0200 Subject: [PATCH] ci: Bump to ubuntu 20.04. --- .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 797bc3a..29d1b6f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -4,7 +4,7 @@ on: [push, pull_request] jobs: build: - runs-on: ubuntu-18.04 + runs-on: ubuntu-20.04 steps: # Checkout Repository - name: Checkout