Skip to content

Commit d03cf5f

Browse files
authored
chore: update codebuild mac runners and aws cdk version (#1070)
Signed-off-by: ayush-panta <ayushkp@amazon.com>
1 parent 02dd364 commit d03cf5f

3 files changed

Lines changed: 160 additions & 440 deletions

File tree

lib/utils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ export const getCodeBuildStacks = (accountId?: string): CodeBuildStackArgs[] =>
6767
amiSearchString: "", // Empty string since we're using buildImageString directly
6868
environmentType: codebuild.EnvironmentType.MAC_ARM,
6969
buildImageOS: BuildImageOS.MAC,
70-
buildImageString: codebuild.MacBuildImage.BASE_14,
70+
buildImageString: codebuild.MacBuildImage.BASE_15,
7171
fleetProps: {
7272
computeType: codebuild.FleetComputeType.MEDIUM,
7373
baseCapacity: getMacBaseCapacityForAccount(accountId)

0 commit comments

Comments
 (0)