From af093d0a5671f09e3f95e407c9ea46e3aaf2e466 Mon Sep 17 00:00:00 2001 From: Peter Zhu Date: Tue, 11 Jul 2023 00:29:24 +0000 Subject: [PATCH] Update macos runner ami id from #323 Signed-off-by: Peter Zhu --- lib/compute/agent-nodes.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/compute/agent-nodes.ts b/lib/compute/agent-nodes.ts index 19a222a..9b80f8d 100644 --- a/lib/compute/agent-nodes.ts +++ b/lib/compute/agent-nodes.ts @@ -166,7 +166,7 @@ export class AgentNodes { maxTotalUses: -1, minimumNumberOfSpareInstances: 1, numExecutors: 6, - amiId: 'ami-0b855aaa80c840d44', + amiId: 'ami-0d2467b182fa190a9', initScript: 'echo', remoteFs: '/var/jenkins', };