From 093f92fe6e83d0589bb9895a37c9a2f12d46e592 Mon Sep 17 00:00:00 2001 From: jfrery Date: Wed, 13 Nov 2024 14:26:32 +0100 Subject: [PATCH] chore: update weekly and release machines --- .github/workflows/continuous-integration.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/continuous-integration.yaml b/.github/workflows/continuous-integration.yaml index 4be62677d..82d032efb 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