Skip to content

Commit

Permalink
build: use 8xlarge as arm default (#5214)
Browse files Browse the repository at this point in the history
  • Loading branch information
evenyag authored Dec 21, 2024
1 parent 8ece853 commit fa3b7ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ on:
linux_arm64_runner:
type: choice
description: The runner uses to build linux-arm64 artifacts
default: ec2-c6g.4xlarge-arm64
default: ec2-c6g.8xlarge-arm64
options:
- ubuntu-2204-32-cores-arm
- ec2-c6g.xlarge-arm64 # 4C8G
Expand Down

0 comments on commit fa3b7ed

Please sign in to comment.