Skip to content

Commit fdfe306

Browse files
authored
Use CBMC version 5.95.1 (#164)
The upcoming CBMC version 6 release includes changes that may affect existing proofs. This PR will make sure that coreJSON PRs are not negatively impacted by this release. After releasing CBMC version 6 we will issue a follow-up PR that will return coreJSON to using CBMC's latest release, and will include any changes to proofs that may be necessary to support the new version.
1 parent da5ad64 commit fdfe306

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ jobs:
161161
- name: Set up CBMC runner
162162
uses: FreeRTOS/CI-CD-Github-Actions/set_up_cbmc_runner@main
163163
with:
164-
cbmc_version: "latest"
164+
cbmc_version: "5.95.1"
165165
cadical_tag: "latest"
166166
kissat_tag: "latest"
167167
- name: Run CBMC

0 commit comments

Comments
 (0)