From 7b29ee97490f83277ced9e411ff6f536a6996c4d Mon Sep 17 00:00:00 2001 From: John Carlyle-Clarke Date: Wed, 16 Feb 2022 09:38:52 +0000 Subject: [PATCH] PDFR-11433: Update CircleCI machine image (#259) The tests are currently running on the default 14.04 image which is being deprecated soon. Update to 20.04 which is the current latest. --- .circleci/config.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 7662003f..c99408ec 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -67,7 +67,8 @@ jobs: paths: ['bin'] acceptance: - machine: true + machine: + image: ubuntu-2004:202201-02 resource_class: large steps: - checkout