Skip to content

Commit

Permalink
Test out Ubuntu 24.04
Browse files Browse the repository at this point in the history
  • Loading branch information
jgainerdewar committed Dec 9, 2024
1 parent 109a08b commit 736b60c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ jobs:
ui:
<<: *job_defaults
machine:
# latest pinned 20.04 version https://circleci.com/developer/machine/image/ubuntu-2004
image: ubuntu-2004:2024.11.1
# latest pinned 24.04 version https://circleci.com/developer/machine/image/ubuntu-2404
image: ubuntu-2404:2024.11.1
steps:
- checkout
- <<: *run_env_setup
Expand Down Expand Up @@ -112,7 +112,7 @@ jobs:
backends:
<<: *job_defaults
machine:
image: ubuntu-2004:2024.11.1
image: ubuntu-2404:2024.11.1
environment:
- GOOGLE_APPLICATION_CREDENTIALS: /home/circleci/gcloud-service-key.json
steps:
Expand Down Expand Up @@ -167,7 +167,7 @@ jobs:
secrets:
<<: *job_defaults
machine:
image: ubuntu-2004:2024.11.1
image: ubuntu-2404:2024.11.1
steps:
- checkout
- <<: *run_env_setup
Expand Down

0 comments on commit 736b60c

Please sign in to comment.