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

GitHub Actions: pin Windows Server version to 2019
This commit is contained in:
Alexander Aleksandrovič Klimov 2022-02-09 12:52:07 +01:00 committed by GitHub
commit 8016b013ac
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: matrix:
bits: [32, 64] bits: [32, 64]
runs-on: windows-latest runs-on: windows-2019
env: env:
BITS: '${{ matrix.bits }}' BITS: '${{ matrix.bits }}'