summaryrefslogtreecommitdiff
path: root/.github/workflows
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 /.github/workflows
parent98865f1689341a45c189a88e677e124d67c217ae (diff)
switch to windows 2025
Diffstat (limited to '.github/workflows')
-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 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 }}