Skip to content

Commit

Permalink
Use latest image - no rvm
Browse files Browse the repository at this point in the history
  • Loading branch information
tbavelier committed Nov 7, 2024
1 parent 5bc403c commit e06d939
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down Expand Up @@ -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'
Expand Down Expand Up @@ -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'
Expand Down

0 comments on commit e06d939

Please sign in to comment.