From b373d5830c9c866cb353ff17a245b41fb7cc3f71 Mon Sep 17 00:00:00 2001 From: Joyjit Daw Date: Fri, 24 May 2024 19:11:51 +0000 Subject: [PATCH] Merge branch 'gh-actions-cmake-version-bump' into 'master' cmake-version 3.23.x See merge request machine-learning/dorado!1028 (cherry picked from commit 10101f6ec92ef8da7ab32b5e94ddd1bccf6cfda7) 735b8b8a cmake-version 3.23.x --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 48196c33a..df4bab2af 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -20,7 +20,7 @@ jobs: - name: Set up cmake uses: jwlawson/actions-setup-cmake@v1.13 with: - cmake-version: '3.21.x' + cmake-version: '3.23.x' - uses: Jimver/cuda-toolkit@v0.2.10 id: cuda-toolkit with: