Skip to content

Commit

Permalink
GHA: Windows: use Server 2022, not 2019
Browse files Browse the repository at this point in the history
Recently, we've upgraded our build infrastructure.
The GHA shall ensure the latter can build Icinga 2.
  • Loading branch information
Al2Klimov authored Oct 23, 2024
1 parent c6de69c commit fdcaf24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
matrix:
bits: [32, 64]

runs-on: windows-2019
runs-on: windows-2022

env:
BITS: '${{ matrix.bits }}'
Expand Down

0 comments on commit fdcaf24

Please sign in to comment.