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
commit b4638eaeee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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]