From 575266d1ba2c6a0d0ccfa1236df43eb723f76720 Mon Sep 17 00:00:00 2001 From: Peter Goodman Date: Wed, 31 Jul 2024 20:41:03 -0400 Subject: [PATCH] Update ci.yml --- .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 4e4273c4e..3b4620571 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -50,7 +50,7 @@ jobs: - name: Setup cmake uses: trail-of-forks/actions-setup-cmake@master with: - cmake-version: '3.24.x' + cmake-version: '3.26.x' - name: Use cmake run: cmake --version