diff --git a/.circleci/config.yml b/.circleci/config.yml index feb80d98..928eb900 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -6,7 +6,7 @@ aliases: - &defaults # We use the machine executor, i.e. a VM, not a container machine: - image: ubuntu-2004:2022.07.1 + image: default # Prevent cache-related issues docker_layer_caching: false working_directory: ~/fun @@ -684,7 +684,7 @@ jobs: hub: # We use the machine executor, i.e. a VM, not a container machine: - image: ubuntu-2004:202201-02 + image: default # Prevent cache-related issues docker_layer_caching: false