Skip to content

Commit

Permalink
build: disable windows-2022 temporarily
Browse files Browse the repository at this point in the history
PR-URL: #43093
Reviewed-By: Tobias Nießen <tniessen@tnie.de>
Reviewed-By: Rich Trott <rtrott@gmail.com>
  • Loading branch information
gengjiawen authored and juanarbol committed May 31, 2022
1 parent 8593a33 commit 6e59651
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/build-windows.yml
Expand Up @@ -30,7 +30,11 @@ env:
jobs:
build-windows:
if: github.event.pull_request.draft == false
runs-on: windows-2019
strategy:
matrix:
windows: [windows-2019]
fail-fast: false
runs-on: ${{ matrix.windows }}
steps:
- uses: actions/checkout@v3
with:
Expand Down

0 comments on commit 6e59651

Please sign in to comment.