Skip to content

Commit 1418a27

Browse files
committed
Fixing circleci config
1 parent 7101d4f commit 1418a27

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ version: 2.1
33
executors:
44
python-container:
55
docker:
6-
- image: cimg/python:3.12
6+
image: cimg/python:3.12
77
python-vm:
88
machine:
9-
- image: ubuntu-2204:current
9+
image: ubuntu-2204:current
1010

1111
workflows:
1212
ci:

0 commit comments

Comments
 (0)