Skip to content

Commit

Permalink
chore: update machine to c6i 32xlarge
Browse files Browse the repository at this point in the history
  • Loading branch information
jfrery committed Dec 13, 2024
1 parent ec2ae5a commit de6b29d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/continuous-integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -201,9 +201,9 @@ jobs:
# Manage instance type
INSTANCE_TYPE="c5.4xlarge"
if [[ "${BUILD_TYPE}" == "weekly" ]]; then
INSTANCE_TYPE="hpc7a.96xlarge"
INSTANCE_TYPE="c6i.32xlarge"
elif [[ "${BUILD_TYPE}" == "release" ]]; then
INSTANCE_TYPE="hpc7a.96xlarge"
INSTANCE_TYPE="c6i.32xlarge"
fi
# Manage python versions
Expand Down

0 comments on commit de6b29d

Please sign in to comment.