Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 3 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:

check-release:
docker:
- image: &img public.ecr.aws/certora/cvt-image:2024.06.13-3755-0351582
- image: &cvt public.ecr.aws/certora/cvt-image:2024.10.16-4473-ba570af
resource_class: small
working_directory: ~/repo
steps:
Expand Down Expand Up @@ -116,7 +116,7 @@ jobs:
type: string
default: ""
docker:
- image: &img public.ecr.aws/certora/cvt-image:2024.06.13-3755-0351582
- image: *cvt
resource_class: small
working_directory: ~/repo
environment:
Expand Down Expand Up @@ -162,7 +162,7 @@ jobs:
certora_cli_package:
type: string
docker:
- image: &img public.ecr.aws/certora/cvt-image:2024.06.13-3755-0351582
- image: *cvt
resource_class: small
working_directory: ~/repo
steps:
Expand All @@ -183,7 +183,6 @@ jobs:
path: ~/repo



parameters:
run_regtest:
default: false
Expand Down