From 8fd2d423d368f4db71510f1ea92acea1b84f6632 Mon Sep 17 00:00:00 2001 From: Eugen C <1533818+armab@users.noreply.github.com> Date: Wed, 22 Nov 2023 18:13:23 +0000 Subject: [PATCH] Update ruby to 2.7 for packagecloud deploy step See https://github.com/StackStorm/st2/pull/6068 --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 24e5686..f74ddce 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -119,7 +119,7 @@ jobs: deploy: docker: # The primary container is an instance of the first list image listed. Your build commands run in this container. - - image: circleci/ruby:2.4 + - image: circleci/ruby:2.7 working_directory: ~/packages environment: DISTROS: "bionic focal el7 el8"