Skip to content

Commit 79e2ab2

Browse files
committed
build: remove windows-2022 from v16.x actions
PR-URL: #42299 Reviewed-By: Jiawen Geng <[email protected]> Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Rich Trott <[email protected]>
1 parent 788e77c commit 79e2ab2

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

.github/workflows/build-windows.yml

+1-5
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,7 @@ env:
2626
jobs:
2727
build-windows:
2828
if: github.event.pull_request.draft == false
29-
strategy:
30-
matrix:
31-
windows: [windows-2019, windows-2022]
32-
fail-fast: false
33-
runs-on: ${{ matrix.windows }}
29+
runs-on: windows-2019
3430
steps:
3531
- uses: actions/checkout@v2
3632
with:

.github/workflows/coverage-windows.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ env:
3131
jobs:
3232
coverage-windows:
3333
if: github.event.pull_request.draft == false
34-
runs-on: windows-latest
34+
runs-on: windows-2019
3535
steps:
3636
- uses: actions/checkout@v2
3737
with:

0 commit comments

Comments
 (0)