From e31ff99e23a06554dcc4b10c261662f0c7c9503d Mon Sep 17 00:00:00 2001 From: Hsiao-Wei Wang Date: Tue, 28 Jul 2020 12:57:24 +0800 Subject: [PATCH] Downgrade to `ubuntu-1604:202007-01` image --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 160adff..476a3d2 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -103,8 +103,8 @@ jobs: name: Run deposit script on Windows" command: python ./test_deposit_script.py build-linux: - docker: - - image: circleci/python:3.7 + machine: + image: ubuntu-1604:202007-01 working_directory: ~/repo steps: - checkout