summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruki <[email protected]>2025-03-03 23:03:45 +0800
committerruki <[email protected]>2025-03-03 23:03:45 +0800
commit5d158428bdaa1050c5ea3d339971a89600d7a857 (patch)
tree4779700d04c8724c0c6319331d49d6802d51d8c9
parenta3556e3de438a2e874bf80914c955b822c425562 (diff)
add windows 2025 ci
-rw-r--r--.github/workflows/windows.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml
index 68f2e55d7..918827739 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 }}