diff --git a/.github/workflows/continuous-integration.yaml b/.github/workflows/continuous-integration.yaml index 0c7554e55..41eb0d405 100644 --- a/.github/workflows/continuous-integration.yaml +++ b/.github/workflows/continuous-integration.yaml @@ -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