Skip to content

Commit

Permalink
Update Circle CI runners for Python 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
atodorov committed Jan 17, 2024
1 parent d1f345a commit fdedd53
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 @@ -8,7 +8,7 @@ jobs:
aarch64-build-docker-image:
machine:
# https://circleci.com/docs/2.0/configuration-reference/#available-machine-images
image: ubuntu-2004:202111-02
image: ubuntu-2204:2023.10.1
resource_class: arm.medium
# Add steps to the job
# See: https://circleci.com/docs/2.0/configuration-reference/#steps
Expand All @@ -34,7 +34,7 @@ jobs:
aarch64-build-and-push-docker-image:
machine:
# https://circleci.com/docs/2.0/configuration-reference/#available-machine-images
image: ubuntu-2004:202111-02
image: ubuntu-2204:2023.10.1
resource_class: arm.medium
# Add steps to the job
# See: https://circleci.com/docs/2.0/configuration-reference/#steps
Expand Down

0 comments on commit fdedd53

Please sign in to comment.