ci: large executor/upgrade ubuntu and python

This commit is contained in:
Alessandro Pezzè 2021-12-27 15:11:54 +01:00
parent 16d18d7af0
commit 0c378132b4

View file

@ -3,7 +3,7 @@ version: 2.1
jobs: jobs:
test: test:
docker: docker:
- image: circleci/python:3.7 - image: cimg/python:3.10.1
steps: steps:
- checkout - checkout
- run: - run:
@ -23,7 +23,8 @@ jobs:
deploy: deploy:
machine: machine:
image: ubuntu-1604:201903-01 # https://circleci.com/docs/2.0/configuration-reference/#available-machine-images with Docker 18.09.3 image: ubuntu-2004:202111-01 # https://circleci.com/docs/2.0/configuration-reference/#available-machine-images with Docker 18.09.3
resource_class: large
steps: steps:
- checkout - checkout
- run: - run:
@ -48,7 +49,7 @@ workflows:
- test - test
filters: filters:
branches: branches:
only: only:
- master - master
- staging - staging
weekly: weekly: