Skip to content

Commit

Permalink
Bump CBMC version to 5.95.1 (#174)
Browse files Browse the repository at this point in the history
This will make proofs use the latest stable release of CBMC (and
cbmc-viewer).

Co-authored-by: chinglee-iot <61685396+chinglee-iot@users.noreply.github.com>
  • Loading branch information
tautschnig and chinglee-iot authored Aug 9, 2024
1 parent 08f8765 commit 7d392fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -167,8 +167,8 @@ jobs:
- name: Set up CBMC runner
uses: FreeRTOS/CI-CD-Github-Actions/set_up_cbmc_runner@main
with:
cbmc_version: "5.61.0"
cbmc_viewer_version: "3.5"
cbmc_version: "5.95.1"
cbmc_viewer_version: "latest"
kissat_tag: latest
- run: |
git submodule update --init --checkout --recursive
Expand Down

0 comments on commit 7d392fd

Please sign in to comment.