Skip to content

Commit 6e59651

Browse files
gengjiawenjuanarbol
authored andcommitted
build: disable windows-2022 temporarily
PR-URL: #43093 Reviewed-By: Tobias Nießen <[email protected]> Reviewed-By: Rich Trott <[email protected]>
1 parent 8593a33 commit 6e59651

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/build-windows.yml

+5-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,11 @@ env:
3030
jobs:
3131
build-windows:
3232
if: github.event.pull_request.draft == false
33-
runs-on: windows-2019
33+
strategy:
34+
matrix:
35+
windows: [windows-2019]
36+
fail-fast: false
37+
runs-on: ${{ matrix.windows }}
3438
steps:
3539
- uses: actions/checkout@v3
3640
with:

0 commit comments

Comments
 (0)