Skip to content

Commit

Permalink
update CI
Browse files Browse the repository at this point in the history
- update machine version (the previous one was deprecated, see
https://discuss.circleci.com/t/linux-image-deprecations-and-eol-for-2024/50177 )
  • Loading branch information
nm2107 committed Aug 21, 2024
1 parent da093e6 commit df6a86b
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 @@ -4,7 +4,7 @@ reference:
vm_machine: &vm_machine
working_directory: ~/should-skip-ci
machine:
image: ubuntu-2004:202201-02
image: ubuntu-2204:edge
docker_layer_caching: true

checkout_step: &checkout_step
Expand Down

0 comments on commit df6a86b

Please sign in to comment.