From d922ef40db89324925b398eb0d817cd5ad9e40c8 Mon Sep 17 00:00:00 2001 From: ruki Date: Fri, 7 Mar 2025 00:46:55 +0800 Subject: switch to windows 2025 --- tests/projects/c++/modules/test_stdmodules.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/projects/c++/modules/test_stdmodules.lua') diff --git a/tests/projects/c++/modules/test_stdmodules.lua b/tests/projects/c++/modules/test_stdmodules.lua index 34d5400a3..0fcd0c9b1 100644 --- a/tests/projects/c++/modules/test_stdmodules.lua +++ b/tests/projects/c++/modules/test_stdmodules.lua @@ -20,7 +20,7 @@ end function main(t) if is_subhost("windows") then local clang = find_tool("clang", {version = true}) - if clang and clang.version and semver.compare(clang.version, "19.0") >= 0 then + if clang and clang.version and semver.compare(clang.version, "20.0") >= 0 then -- clang don't support msstl std modules atm -- os.exec("xmake f --toolchain=clang -c --yes") -- _build() -- cgit v1.3.1