Skip to content

Commit

Permalink
ci: update autobump machine image (#1009)
Browse files Browse the repository at this point in the history
CircleCI is removing the image:
https://discuss.circleci.com/t/linux-image-deprecations-and-eol-for-2024/50177

This is the one we are using for linux-aarch64 builds.
  • Loading branch information
aliciaaevans committed Aug 28, 2024
1 parent a5882cc commit a77ade3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ version: 2
jobs:
autobump:
machine:
image: ubuntu-2004:202201-02
image: ubuntu-2204:2024.05.1
steps:
- add_ssh_keys:
fingerprints:
Expand Down

0 comments on commit a77ade3

Please sign in to comment.