From edf877531aab5ff1cac33359c8e6ccf0fa2f0c7c Mon Sep 17 00:00:00 2001 From: durswd Date: Sun, 22 Dec 2024 16:38:20 +0900 Subject: [PATCH] fix --- .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 a156f47e13..c992ce117b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -124,7 +124,7 @@ jobs: if: matrix.name == 'mac' uses: jwlawson/actions-setup-cmake@v1.4 with: - cmake-version: '3.18.x' + cmake-version: '3.24.x' - name: Install Linux Dependencies if: matrix.name == 'linux'