From e06d939c45b8334865fd2b12a24c95b4d4a7bf29 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timoth=C3=A9e=20Bavelier?= Date: Thu, 7 Nov 2024 11:13:32 +0100 Subject: [PATCH] Use latest image - no rvm --- .circleci/config.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index bcb4a8d7..9f4280c6 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -4,7 +4,7 @@ orbs: jobs: specs-ruby21-puppet46: &specs machine: - image: ubuntu-2004:2023.02.1 + image: ubuntu-2004:2024.08.1 environment: STRICT_VARIABLES: 'yes' RUBY_VERSION: '2.1.9' @@ -295,7 +295,7 @@ jobs: verify-gemfile-lock-dependencies: machine: - image: ubuntu-2004:2023.02.1 + image: ubuntu-2004:2024.08.1 environment: STRICT_VARIABLES: 'yes' RUBY_VERSION: '2.5.3' @@ -325,7 +325,7 @@ jobs: kitchen-tests: machine: - image: ubuntu-2004:2023.02.1 + image: ubuntu-2004:2024.08.1 environment: STRICT_VARIABLES: 'yes' RUBY_VERSION: '2.5.3'