Skip to content

Commit afcfca6

Browse files
reduce number of codebuild macos runners (#1104)
Signed-off-by: Swapnanil-Gupta <swpnlg@amazon.com>
1 parent e5f7b10 commit afcfca6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

lib/utils.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ import { EnvConfig } from '../config/env-config';
44
export const getMacBaseCapacityForAccount = (accountId?: string): number => {
55
switch (accountId) {
66
case EnvConfig.envRelease.account:
7-
return 3;
7+
return 2;
88
case EnvConfig.envProd.account:
9-
return 3;
9+
return 2;
1010
default:
1111
return 1;
1212
}

0 commit comments

Comments
 (0)