GitHub Actions: pin Windows Server version to 2019

This commit is contained in:
Julian Brost 2022-02-04 14:09:52 +01:00
parent 3b15ae532c
commit c624c73274

View File

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