From a80296487ae8e5e8539034cc02b7071aeddce5dd Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Sun, 20 Feb 2022 15:59:10 -0500 Subject: bump cirlceci machine image (#291) --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index afc8c00..0d10e6b 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -19,7 +19,7 @@ commands: jobs: linux-arm64: machine: - image: ubuntu-2004:202111-01 + image: ubuntu-2004:202111-02 resource_class: arm.medium parameters: image: @@ -35,7 +35,7 @@ jobs: command: tox -e <> linux-arm64-wheel: machine: - image: ubuntu-2004:202111-01 + image: ubuntu-2004:202111-02 resource_class: arm.medium parameters: image: -- cgit v1.2.1