Skip to content

Commit 2de21bd

Browse files
targosvmoroz
authored andcommitted
tools: enable windows-2022 in actions
1 parent baa38dd commit 2de21bd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
if: github.event.pull_request.draft == false
3535
strategy:
3636
matrix:
37-
windows: [windows-2019]
37+
windows: [windows-2019, windows-2022]
3838
fail-fast: false
3939
runs-on: ${{ matrix.windows }}
4040
steps:

.github/workflows/coverage-windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ permissions:
3737
jobs:
3838
coverage-windows:
3939
if: github.event.pull_request.draft == false
40-
runs-on: windows-2019
40+
runs-on: windows-2022
4141
steps:
4242
- uses: actions/checkout@v3
4343
with:

0 commit comments

Comments
 (0)