From 24f97c44e457f49c7aca2192a12f88fb20e1bbe1 Mon Sep 17 00:00:00 2001 From: Eugen C <1533818+armab@users.noreply.github.com> Date: Mon, 20 Nov 2023 18:14:55 +0000 Subject: [PATCH] Bump ruby 2.6 -> 2.7 to fix packagecloud deploy step --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index f368c7f0ec..83caf83010 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -219,7 +219,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.6 + - image: circleci/ruby:2.7 working_directory: /tmp/deploy environment: - DISTROS: "bionic focal el7 el8"