fix(ci): adjusting cache steps

This commit is contained in:
Timothy Stewart
2024-01-21 17:33:57 -06:00
parent 4f635eb0ef
commit 59e76924b8
2 changed files with 2 additions and 3 deletions

View File

@@ -6,8 +6,8 @@ driver:
platforms:
- name: control1
box: generic/ubuntu2204
memory: 1024
cpus: 2
memory: 4096
cpus: 4
config_options:
# We currently can not use public-key based authentication on Ubuntu 22.04,
# see: https://github.com/chef/bento/issues/1405