Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion lib/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
amiSearchString: "", // Empty string since we're using buildImageString directly
environmentType: codebuild.EnvironmentType.MAC_ARM,
buildImageOS: BuildImageOS.MAC,
buildImageString: codebuild.MacBuildImage.BASE_14,
buildImageString: codebuild.MacBuildImage.BASE_15,

Check failure on line 70 in lib/utils.ts

View workflow job for this annotation

GitHub Actions / unit-tests

Property 'BASE_15' does not exist on type 'typeof MacBuildImage'. Did you mean 'BASE_14'?
fleetProps: {
computeType: codebuild.FleetComputeType.MEDIUM,
baseCapacity: getMacBaseCapacityForAccount(accountId)
Expand Down
Loading