Skip to content

Commit a3e9e8a

Browse files
committed
maint: revise machine executors in CircleCI
1 parent 65534af commit a3e9e8a

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
@@ -696,7 +696,7 @@ jobs:
696696
697697
deploy_pypi:
698698
docker:
699-
- image: cimg/python:3.8.5
699+
- image: cimg/python:3.10
700700
working_directory: /tmp/src/mriqc
701701
steps:
702702
- checkout
@@ -725,7 +725,7 @@ jobs:
725725
726726
deploy_docker:
727727
machine:
728-
image: ubuntu-2004:202104-01
728+
image: default
729729
working_directory: /tmp/src/mriqc
730730
steps:
731731
- restore_cache:

0 commit comments

Comments
 (0)