Skip to content

Commit a2c080e

Browse files
committed
chore: update versions
1 parent 9239642 commit a2c080e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.circleci/config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ version: 2.1
33
jobs:
44
test:
55
docker:
6-
- image: cimg/python:3.10.1
6+
- image: cimg/python:3.11.1
77
steps:
88
- checkout
99
- run:
@@ -23,8 +23,8 @@ jobs:
2323

2424
deploy:
2525
machine:
26-
image: ubuntu-2004:202111-01 # https://circleci.com/docs/2.0/configuration-reference/#available-machine-images with Docker 18.09.3
27-
resource_class: large
26+
image: ubuntu-2204:2022.10.2 # https://circleci.com/developer/machine/image/ubuntu-2204#image-tags
27+
resource_class: 2xlarge
2828
steps:
2929
- checkout
3030
- run:

0 commit comments

Comments
 (0)