Skip to content

Commit

Permalink
Merge pull request #660 from rust-lang/fix-codebuild-runner-size
Browse files Browse the repository at this point in the history
fix: codebuild runner size
  • Loading branch information
marcoieni authored Jan 13, 2025
2 parents 6965caa + f737bb8 commit 4402f88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terragrunt/modules/ci-runners/codebuild.tf
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ resource "aws_codebuild_project" "ubuntu_22_36c" {
build_timeout = 60 * 6 // 6 hours

environment {
compute_type = "BUILD_GENERAL1_2XLARGE"
compute_type = "BUILD_GENERAL1_XLARGE"
// ubuntu 22
image = "aws/codebuild/standard:7.0-24.10.29"
type = "LINUX_CONTAINER"
Expand Down

0 comments on commit 4402f88

Please sign in to comment.