Skip to content

Commit

Permalink
Update runner image for CircleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
atodorov committed Jan 17, 2024
1 parent 1b6ec3d commit 7d36d64
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-test-docker-image:
machine:
# https://circleci.com/developer/machine/image/ubuntu-2204
image: ubuntu-2204:2023.02.1
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 @@ -25,7 +25,7 @@ jobs:
aarch64-build-and-push-docker-image:
machine:
# https://circleci.com/developer/machine/image/ubuntu-2204
image: ubuntu-2204:2023.02.1
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 7d36d64

Please sign in to comment.