summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorruki <[email protected]>2025-03-03 23:14:39 +0800
committerruki <[email protected]>2025-03-03 23:14:39 +0800
commit4a7fa4c90ca066bb67c7f31e0023efd1c6be2bbf (patch)
tree258d124f7bbe7354f2c589ae0cb5014aa8cf2171 /.github
parent5d158428bdaa1050c5ea3d339971a89600d7a857 (diff)
revert ci
Diffstat (limited to '.github')
-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 918827739..68f2e55d7 100644
--- a/.github/workflows/windows.yml
+++ b/.github/workflows/windows.yml
@@ -10,7 +10,7 @@ jobs:
build:
strategy:
matrix:
- os: [windows-2019, windows-2025]
+ os: [windows-2019, windows-2022]
arch: [x64, x86, arm64]
runs-on: ${{ matrix.os }}