From 09a37eedbc3577f8688052035e7777fcc9311f7b Mon Sep 17 00:00:00 2001 From: Richard Hughes Date: Mon, 6 Jun 2022 09:12:45 +0100 Subject: [PATCH] Attempt to fix CircleCI build issues --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 2a30a4f75..f106ce6ab 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -2,7 +2,7 @@ version: 2 jobs: build-ubuntu-x86_64: machine: - image: circleci/classic:latest + image: ubuntu-2204:edge steps: - checkout - run: @@ -60,7 +60,7 @@ jobs: publish-docs: machine: - image: circleci/classic:latest + image: ubuntu-2204:edge steps: - attach_workspace: at: .