Skip to content

Commit

Permalink
use current image in circleci (#756)
Browse files Browse the repository at this point in the history
  • Loading branch information
alex committed Mar 22, 2022
1 parent ec56ba2 commit b3f6c32
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 @@ -19,7 +19,7 @@ commands:
jobs:
linux-arm64:
machine:
image: ubuntu-2004:202111-02
image: ubuntu-2004:current
resource_class: arm.medium
parameters:
image:
Expand All @@ -35,7 +35,7 @@ jobs:
command: tox -e <<parameters.toxenv>>
linux-arm64-wheel:
machine:
image: ubuntu-2004:202111-02
image: ubuntu-2004:current
resource_class: arm.medium
parameters:
image:
Expand Down

0 comments on commit b3f6c32

Please sign in to comment.