Skip to content

Commit

Permalink
Use CBMC version 5.95.1 (#164)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
tautschnig authored Jun 10, 2024
1 parent da5ad64 commit fdfe306
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ jobs:
- name: Set up CBMC runner
uses: FreeRTOS/CI-CD-Github-Actions/set_up_cbmc_runner@main
with:
cbmc_version: "latest"
cbmc_version: "5.95.1"
cadical_tag: "latest"
kissat_tag: "latest"
- name: Run CBMC
Expand Down

0 comments on commit fdfe306

Please sign in to comment.