From df3b5b6ec279020de16238b744e0af51d9707849 Mon Sep 17 00:00:00 2001 From: Roman Bredehoft Date: Wed, 3 Apr 2024 16:59:44 +0200 Subject: [PATCH] chore: change AWS instance type for releases --- .github/workflows/continuous-integration.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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