mirror of https://github.com/Icinga/icinga2.git
Merge pull request #9208 from Icinga/bugfix/gha-pin-windows-version
GitHub Actions: pin Windows Server version to 2019
This commit is contained in:
commit
8016b013ac
|
@ -16,7 +16,7 @@ jobs:
|
|||
matrix:
|
||||
bits: [32, 64]
|
||||
|
||||
runs-on: windows-latest
|
||||
runs-on: windows-2019
|
||||
|
||||
env:
|
||||
BITS: '${{ matrix.bits }}'
|
||||
|
|
Loading…
Reference in New Issue