summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruki <[email protected]>2021-12-27 23:16:28 +0800
committerGitHub <[email protected]>2021-12-27 23:16:28 +0800
commit9ae636cf6851650151a0cf9dc19b464262e6116d (patch)
tree175fa748e5a9e87c861ff3274b65fe25f0a9e598
parent50d7d71ee2a8cdf7fedb40ba543372300e64e1c9 (diff)
Update windows.yml
-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 c84eba2cc..29a630ea3 100644
--- a/.github/workflows/windows.yml
+++ b/.github/workflows/windows.yml
@@ -10,7 +10,7 @@ jobs:
build:
strategy:
matrix:
- os: [windows-latest]
+ os: [windows-2019, windows-2022]
arch: [x64, x86]
runs-on: ${{ matrix.os }}