From 06d0cd8c222a96086cbbe7ae70f5500c9b22f741 Mon Sep 17 00:00:00 2001 From: Kevin Sylvestre Date: Wed, 20 Sep 2023 09:31:54 -0700 Subject: [PATCH] fix: non up-to-date executor causing apt-get issues (#183) Co-authored-by: Eric Ribeiro --- src/executors/machine.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/executors/machine.yml b/src/executors/machine.yml index ba42bc5..eb8d632 100644 --- a/src/executors/machine.yml +++ b/src/executors/machine.yml @@ -5,7 +5,7 @@ description: > parameters: image: type: string - default: ubuntu-2004:2022.04.1 + default: ubuntu-2204:2023.02.1 dlc: type: boolean