mirror of
https://github.com/Icinga/icinga2.git
synced 2025-09-26 11:08:51 +02:00
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:
parent
c6de69cfe4
commit
fdcaf24ccb
2
.github/workflows/windows.yml
vendored
2
.github/workflows/windows.yml
vendored
@ -21,7 +21,7 @@ jobs:
|
||||
matrix:
|
||||
bits: [32, 64]
|
||||
|
||||
runs-on: windows-2019
|
||||
runs-on: windows-2022
|
||||
|
||||
env:
|
||||
BITS: '${{ matrix.bits }}'
|
||||
|
Loading…
x
Reference in New Issue
Block a user