summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruki <[email protected]>2021-12-27 22:43:38 +0800
committerruki <[email protected]>2021-12-27 10:22:27 +0800
commit21e2abe305c819cd292bf6bac4f39f2778279288 (patch)
tree3f7dd221fc2ede3fc8beb9f09422816251bf051a
parent3ec0e76cda0df5be46d4df27c9e4513a3d63bf9e (diff)
improve 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 03df3a38e..ee4c6659e 100644
--- a/.github/workflows/windows.yml
+++ b/.github/workflows/windows.yml
@@ -10,7 +10,7 @@ jobs:
build:
strategy:
matrix:
- os: [windows-latest, windows-2016]
+ os: [windows-2022, windows-2019]
arch: [x64, x86]
runs-on: ${{ matrix.os }}