build(config.yml): switch base image

This commit is contained in:
Krrish Dholakia 2024-01-10 17:03:24 +05:30
parent 3cb9ea50c8
commit 90d87c7602

View file

@ -85,8 +85,8 @@ jobs:
path: test-results
build_and_test:
docker:
- image: cimg/python:3.9
machine:
image: ubuntu-2204:2023.02.1
working_directory: ~/project
steps:
- checkout