Skip to content

Commit

Permalink
chore: update weekly and release machines (#943)
Browse files Browse the repository at this point in the history
  • Loading branch information
jfrery authored Nov 16, 2024
1 parent 6e76f01 commit 6af08e8
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 @@ -200,9 +200,9 @@ jobs:
# Manage instance type
INSTANCE_TYPE="c5.4xlarge"
if [[ "${BUILD_TYPE}" == "weekly" ]]; then
INSTANCE_TYPE="m6i.16xlarge"
INSTANCE_TYPE="c6i.16xlarge"
elif [[ "${BUILD_TYPE}" == "release" ]]; then
INSTANCE_TYPE="m6i.16xlarge"
INSTANCE_TYPE="c6i.16xlarge"
fi
# Manage python versions
Expand Down

0 comments on commit 6af08e8

Please sign in to comment.