From 50ace23b46b323486f2a157ed405fd8e747a96a3 Mon Sep 17 00:00:00 2001 From: Michael Tautschnig Date: Thu, 6 Jun 2024 10:40:32 +0000 Subject: [PATCH] Bump CBMC version to 5.95.1 This will make proofs use the latest stable release of CBMC. --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0ff3e72a4..5674b2cbf 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -377,7 +377,7 @@ jobs: - name: Set up CBMC runner uses: FreeRTOS/CI-CD-Github-Actions/set_up_cbmc_runner@main with: - cbmc_version: "5.61.0" + cbmc_version: "5.95.1" - env: stepName: Install Dependencies