Skip to content

Commit

Permalink
chore: update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Naramsim committed Jan 8, 2023
1 parent 9239642 commit a2c080e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: 2.1
jobs:
test:
docker:
- image: cimg/python:3.10.1
- image: cimg/python:3.11.1
steps:
- checkout
- run:
Expand All @@ -23,8 +23,8 @@ jobs:

deploy:
machine:
image: ubuntu-2004:202111-01 # https://circleci.com/docs/2.0/configuration-reference/#available-machine-images with Docker 18.09.3
resource_class: large
image: ubuntu-2204:2022.10.2 # https://circleci.com/developer/machine/image/ubuntu-2204#image-tags
resource_class: 2xlarge
steps:
- checkout
- run:
Expand Down

0 comments on commit a2c080e

Please sign in to comment.