Skip to content

Commit

Permalink
Really update machine to current everywhere (#74)
Browse files Browse the repository at this point in the history
The change in 6.0.0. updated the default executor to use the current
ubuntu machine image by default, but didn't update the job's machine
parameter's default value also (which is passed in to the default
executor and overrides the default value that was changed!)

This commit updates the default value of the machine parameter in the
job too, ensuring everywhere that a default is used anyhow we always
end up with the current ubuntu image rather than a deprecated one.
  • Loading branch information
2shortplanks authored Apr 3, 2024
1 parent 8ff3001 commit 7a4f344
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/jobs/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ executor:
machine_image: <<parameters.machine_image>>
parameters:
machine_image:
default: ubuntu-2204:2022.07.1
default: ubuntu-2204:current
type: string
description: >
The CircleCI Linux Machine VM Image for this job. Find other available machine images here: https://circleci.com/docs/2.0/configuration-reference/#available-machine_images
Expand Down

0 comments on commit 7a4f344

Please sign in to comment.