Skip to content

Commit

Permalink
maint: revise machine executors in CircleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
oesteban committed Jan 13, 2025
1 parent 65534af commit a3e9e8a
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 @@ -696,7 +696,7 @@ jobs:
deploy_pypi:
docker:
- image: cimg/python:3.8.5
- image: cimg/python:3.10
working_directory: /tmp/src/mriqc
steps:
- checkout
Expand Down Expand Up @@ -725,7 +725,7 @@ jobs:
deploy_docker:
machine:
image: ubuntu-2004:202104-01
image: default
working_directory: /tmp/src/mriqc
steps:
- restore_cache:
Expand Down

0 comments on commit a3e9e8a

Please sign in to comment.