diff --git a/.github/workflows/continuous-integration.yaml b/.github/workflows/continuous-integration.yaml index 10d3d67fe..38d8a9052 100644 --- a/.github/workflows/continuous-integration.yaml +++ b/.github/workflows/continuous-integration.yaml @@ -149,7 +149,7 @@ jobs: if [[ "${BUILD_TYPE}" == "weekly" ]]; then INSTANCE_TYPE="m6i.metal" elif [[ "${BUILD_TYPE}" == "release" ]]; then - INSTANCE_TYPE="c6i.16xlarge" + INSTANCE_TYPE="m6i.16xlarge" fi # Manage python versions