From bed54735402b7b35b5a7da138164eec5929f0ed4 Mon Sep 17 00:00:00 2001 From: tequ Date: Fri, 20 Feb 2026 05:26:58 +0900 Subject: [PATCH] Update CMake version to 3.25.3 in macOS workflow --- .github/workflows/xahau-ga-macos.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/xahau-ga-macos.yml b/.github/workflows/xahau-ga-macos.yml index afb6ea813..65d547093 100644 --- a/.github/workflows/xahau-ga-macos.yml +++ b/.github/workflows/xahau-ga-macos.yml @@ -54,7 +54,7 @@ jobs: install: true mise_toml: | [tools] - cmake = "3.23.1" + cmake = "3.25.3" python = "3.12" pipx = "latest" conan = "2"