From 88e5af338bb1e6c7f51b69cc1864249d1e8f4786 Mon Sep 17 00:00:00 2001 From: Sebastiaan van Stijn Date: Mon, 15 Mar 2021 17:23:09 +0100 Subject: [PATCH] circleci: update ubuntu to 20.04 LTS Signed-off-by: Sebastiaan van Stijn --- circle.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/circle.yml b/circle.yml index b7cc173d..819d0bb2 100644 --- a/circle.yml +++ b/circle.yml @@ -2,7 +2,7 @@ version: 2 jobs: build: machine: - image: ubuntu-1604:202004-01 + image: ubuntu-2004:202101-01 steps: - checkout - run: