Skip to content

Commit

Permalink
chore: switch aws region weekly release
Browse files Browse the repository at this point in the history
  • Loading branch information
jfrery committed Dec 11, 2024
1 parent 5b9466c commit 1297c04
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="c6i.16xlarge"
INSTANCE_TYPE="hpc7a.96xlarge"
elif [[ "${BUILD_TYPE}" == "release" ]]; then
INSTANCE_TYPE="c6i.16xlarge"
INSTANCE_TYPE="hpc7a.96xlarge"
fi
# Manage python versions
Expand Down

0 comments on commit 1297c04

Please sign in to comment.