Skip to content

Commit

Permalink
Update circleci base image in more places
Browse files Browse the repository at this point in the history
  • Loading branch information
jgainerdewar committed Dec 9, 2024
1 parent 959b80b commit 36f1e88
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ jobs:
backends:
<<: *job_defaults
machine:
image: ubuntu-2004:202201-02
image: ubuntu-2004:2024.11.1
environment:
- GOOGLE_APPLICATION_CREDENTIALS: /home/circleci/gcloud-service-key.json
steps:
Expand Down Expand Up @@ -157,7 +157,7 @@ jobs:
secrets:
<<: *job_defaults
machine:
image: ubuntu-2004:202201-02
image: ubuntu-2004:2024.11.1
steps:
- checkout
- <<: *run_env_setup
Expand Down

0 comments on commit 36f1e88

Please sign in to comment.