Skip to content

Commit

Permalink
updated config.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
HariSekhon committed Feb 16, 2025
1 parent 6dd4f0c commit 5b07445
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,13 @@ workflows:

jobs:
build:
#docker:
# - image: cimg/base:2024.12
docker:
- image: cimg/base:2024.12
resource_class: small
steps:
- checkout
- setup_remote_docker:
version: 20.10.11
#- setup_remote_docker:
# version: 20.10.11
- run: setup/ci_bootstrap.sh
- run: make init
- run: make
Expand Down

0 comments on commit 5b07445

Please sign in to comment.