diff --git a/.github/workflows/continuous-integration.yaml b/.github/workflows/continuous-integration.yaml index c844f2940..451229637 100644 --- a/.github/workflows/continuous-integration.yaml +++ b/.github/workflows/continuous-integration.yaml @@ -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