summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruki <[email protected]>2025-03-07 00:46:55 +0800
committerruki <[email protected]>2025-03-07 00:46:55 +0800
commitd922ef40db89324925b398eb0d817cd5ad9e40c8 (patch)
treeb90d6a684c6bd495bc54ae44e49fbb972c5dd696
parent98865f1689341a45c189a88e677e124d67c217ae (diff)
switch to windows 2025
-rw-r--r--.github/workflows/windows.yml2
-rw-r--r--tests/projects/c++/modules/test_stdmodules.lua2
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml
index 39e29e8dd..8d853a0df 100644
--- a/.github/workflows/windows.yml
+++ b/.github/workflows/windows.yml
@@ -10,7 +10,7 @@ jobs:
build:
strategy:
matrix:
- os: [windows-2019, windows-2022]
+ os: [windows-2019, windows-2025]
arch: [x64, x86, arm64]
runs-on: ${{ matrix.os }}
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()