diff options
| author | ruki <[email protected]> | 2021-12-27 22:48:38 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2021-12-27 22:48:38 +0800 |
| commit | 8d9927c1828e9ba50a7620d22a3ad3b40583381e (patch) | |
| tree | b69d1e83aa224496959f4b6828a66972be8b0bb0 | |
| parent | 8eef6fa5a87daf8f9446081e7038758660483b25 (diff) | |
restore ci
| -rw-r--r-- | .github/workflows/windows.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index ee4c6659e..03df3a38e 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -10,7 +10,7 @@ jobs: build: strategy: matrix: - os: [windows-2022, windows-2019] + os: [windows-latest, windows-2016] arch: [x64, x86] runs-on: ${{ matrix.os }} |
