Skip to content

Commit 7d392fd

Browse files
Bump CBMC version to 5.95.1 (#174)
This will make proofs use the latest stable release of CBMC (and cbmc-viewer). Co-authored-by: chinglee-iot <[email protected]>
1 parent 08f8765 commit 7d392fd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -167,8 +167,8 @@ jobs:
167167
- name: Set up CBMC runner
168168
uses: FreeRTOS/CI-CD-Github-Actions/set_up_cbmc_runner@main
169169
with:
170-
cbmc_version: "5.61.0"
171-
cbmc_viewer_version: "3.5"
170+
cbmc_version: "5.95.1"
171+
cbmc_viewer_version: "latest"
172172
kissat_tag: latest
173173
- run: |
174174
git submodule update --init --checkout --recursive

0 commit comments

Comments
 (0)