From 555cd2c46ae46db2fb680eb32b803581ee3665bc Mon Sep 17 00:00:00 2001 From: Christoph Otter Date: Tue, 12 Mar 2024 08:56:37 +0100 Subject: [PATCH] Fix CI --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index e31182c31..a266eaea3 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -109,7 +109,7 @@ workflows: jobs: arm64: machine: - image: ubuntu-2004:202101-01 + image: ubuntu-2204:2024.01.1 resource_class: arm.large steps: - checkout @@ -848,7 +848,7 @@ jobs: command: apt update && apt install -y python3-pip - run: name: Install dependencies - command: pip3 install requests bs4 + command: pip3 install requests bs4 --break-system-packages - run: name: Check dead links command: devtools/deadlinks.py