GitHub Actions: pin Windows Server version to 2019

This commit is contained in:
Julian Brost 2022-02-04 14:09:52 +01:00 committed by GitHub
parent 948f70a175
commit 4c4731a461
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ jobs:
matrix:
bits: [32, 64]
runs-on: windows-latest
runs-on: windows-2019
env:
BITS: '${{ matrix.bits }}'