CI: Test with Windows Server 2019

In nearly days, `windows-latest` image on GHA was changed to Windows
Server 2022.  That causes build errors on building a cython script.

To avoid the problem, this pins the image for testing on GHA to Windows
Server 2019.
This commit is contained in:
Takeshi KOMIYA 2022-02-05 21:48:41 +09:00
parent 99947d9b18
commit 9ab02f04e1

View File

@ -60,7 +60,7 @@ jobs:
if: matrix.coverage if: matrix.coverage
windows: windows:
runs-on: windows-latest runs-on: windows-2019
strategy: strategy:
matrix: matrix:
architecture: [x86, x64] architecture: [x86, x64]