Merge pull request #10163 from tk0miya/test-with-windows-2019

CI: Test with Windows Server 2019
This commit is contained in:
Takeshi KOMIYA
2022-02-05 21:59:57 +09:00
committed by GitHub

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]