Skip to content

Commit 80ef9f7

Browse files
authored
Merge pull request #2048 from CosmWasm/fix-ci
CI fixes
2 parents 82c9434 + d4e8c70 commit 80ef9f7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ workflows:
108108
jobs:
109109
arm64:
110110
machine:
111-
image: ubuntu-2004:202101-01
111+
image: ubuntu-2204:2024.01.1
112112
resource_class: arm.large
113113
steps:
114114
- checkout
@@ -843,7 +843,7 @@ jobs:
843843
command: apt update && apt install -y python3-pip
844844
- run:
845845
name: Install dependencies
846-
command: pip3 install requests bs4
846+
command: pip3 install requests bs4 --break-system-packages
847847
- run:
848848
name: Check dead links
849849
command: devtools/deadlinks.py

0 commit comments

Comments
 (0)