Skip to content

Commit

Permalink
CI: Update CircleCI Docker images.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ms2ger committed Sep 22, 2022
1 parent 8565eea commit e849d40
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Expand Up @@ -39,7 +39,7 @@ execution_steps: &execution_steps
jobs:
"Test262: verify tools; build & lint tests (Python 2)":
docker:
- image: circleci/python:2.7
- image: cimg/python:2.7
working_directory: ~/test262
steps:
- checkout
Expand All @@ -66,7 +66,7 @@ jobs:
# command: ./tools/scripts/deploy.sh
"Test262: verify tools; build & lint tests (Python 3)":
docker:
- image: circleci/python:3.7.4
- image: cimg/python:3.7.4
working_directory: ~/test262
steps:
- checkout
Expand Down

0 comments on commit e849d40

Please sign in to comment.