We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7004174 commit b8a90a6Copy full SHA for b8a90a6
.circleci/config.yml
@@ -6,7 +6,7 @@ aliases:
6
- &defaults
7
# We use the machine executor, i.e. a VM, not a container
8
machine:
9
- image: ubuntu-2004:2022.07.1
+ image: default
10
# Prevent cache-related issues
11
docker_layer_caching: false
12
working_directory: ~/fun
@@ -684,7 +684,7 @@ jobs:
684
hub:
685
686
687
- image: ubuntu-2004:202201-02
688
689
690
0 commit comments