GHA: Windows: use Server 2022, not 2019

Recently, we've upgraded our build infrastructure.
The GHA shall ensure the latter can build Icinga 2.
This commit is contained in:
Alexander Aleksandrovič Klimov 2024-10-23 14:39:51 +02:00 committed by GitHub
parent c6de69cfe4
commit fdcaf24ccb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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