We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9239642 commit a2c080eCopy full SHA for a2c080e
.circleci/config.yml
@@ -3,7 +3,7 @@ version: 2.1
3
jobs:
4
test:
5
docker:
6
- - image: cimg/python:3.10.1
+ - image: cimg/python:3.11.1
7
steps:
8
- checkout
9
- run:
@@ -23,8 +23,8 @@ jobs:
23
24
deploy:
25
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
+ image: ubuntu-2204:2022.10.2 # https://circleci.com/developer/machine/image/ubuntu-2204#image-tags
+ resource_class: 2xlarge
28
29
30
0 commit comments