Merge pull request #9233 from Icinga/bugfix/gha-pin-windows-version-2.13

GitHub Actions: pin Windows Server version to 2019
This commit is contained in:
Alexander Aleksandrovič Klimov 2022-02-21 15:08:18 +01:00 committed by GitHub
commit 40f647588e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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