There was an error while loading. Please reload this page.
1 parent 02dd364 commit d03cf5fCopy full SHA for d03cf5f
3 files changed
lib/utils.ts
@@ -67,7 +67,7 @@ export const getCodeBuildStacks = (accountId?: string): CodeBuildStackArgs[] =>
67
amiSearchString: "", // Empty string since we're using buildImageString directly
68
environmentType: codebuild.EnvironmentType.MAC_ARM,
69
buildImageOS: BuildImageOS.MAC,
70
- buildImageString: codebuild.MacBuildImage.BASE_14,
+ buildImageString: codebuild.MacBuildImage.BASE_15,
71
fleetProps: {
72
computeType: codebuild.FleetComputeType.MEDIUM,
73
baseCapacity: getMacBaseCapacityForAccount(accountId)
0 commit comments