CI: Update CircleCI Docker images.

This commit is contained in:
Ms2ger 2022-09-21 10:44:55 +02:00 committed by Ms2ger
parent 8565eea8be
commit e849d40605
1 changed files with 2 additions and 2 deletions

View File

@ -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
@ -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