Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
chipshort committed Nov 25, 2024
1 parent 2cc3923 commit 555cd2c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 555cd2c

Please sign in to comment.