Skip to content

Commit

Permalink
Bump CBMC version to 5.95.1 (#181)
Browse files Browse the repository at this point in the history
Bump CBMC version to 5.95.1

This will make proofs use the latest stable release of CBMC.
  • Loading branch information
tautschnig committed Aug 21, 2024
1 parent ba239a0 commit 29d86b4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ jobs:
uses: FreeRTOS/CI-CD-Github-Actions/set_up_cbmc_runner@main
with:
kissat_tag: latest
cbmc_version: "5.73.0"
cbmc_version: "5.95.1"
- run: |
git submodule update --init --recursive --checkout
sudo apt-get update
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ locations below:
| Location |
| :------------------------------------------------------------------------------------------------------------------: |
| [AWS IoT Device SDK for Embedded C](https://github.com/aws/aws-iot-device-sdk-embedded-C#releases-and-documentation) |
| [FreeRTOS.org](https://freertos.org/Documentation/api-ref/coreHTTP/docs/doxygen/output/html/index.html) |
| [API Documentation](https://freertos.github.io/coreHTTP/main/index.html) |

Note that the latest included version of coreHTTP may differ across
repositories.
Expand Down

0 comments on commit 29d86b4

Please sign in to comment.