Skip to content

Commit df3b5b6

Browse files
committed
chore: change AWS instance type for releases
1 parent 6001f56 commit df3b5b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/continuous-integration.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ jobs:
149149
if [[ "${BUILD_TYPE}" == "weekly" ]]; then
150150
INSTANCE_TYPE="m6i.metal"
151151
elif [[ "${BUILD_TYPE}" == "release" ]]; then
152-
INSTANCE_TYPE="c6i.16xlarge"
152+
INSTANCE_TYPE="m6i.16xlarge"
153153
fi
154154
155155
# Manage python versions

0 commit comments

Comments
 (0)