fix(ci): self-hosted

This commit is contained in:
Timothy Stewart
2024-01-23 18:43:42 -06:00
parent 2d0716b91e
commit 069b9b1371
3 changed files with 18 additions and 18 deletions

View File

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