Skip to content

Commit 7a70cac

Browse files
committed
CI: Update CircleCI images
1 parent d39b852 commit 7a70cac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@ _machine_defaults: &machine_defaults
44
TZ: "/usr/share/zoneinfo/America/Los_Angeles"
55
SCRATCH: "/scratch"
66
machine:
7-
image: ubuntu-2004:current
7+
image: ubuntu-2204:current
88
docker_layer_caching: true
99
working_directory: /tmp/src/fmriprep
1010
resource_class: large
1111

1212
_python_defaults: &python_defaults
1313
docker:
14-
- image: circleci/python:3.9.6
14+
- image: cimg/python:3.10.9
1515
working_directory: /tmp/src/fmriprep
1616

1717
_docker_auth: &docker_auth

0 commit comments

Comments
 (0)