Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 79e2ab2

Browse filesBrowse files
committed
build: remove windows-2022 from v16.x actions
PR-URL: #42299 Reviewed-By: Jiawen Geng <technicalcute@gmail.com> Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Rich Trott <rtrott@gmail.com>
1 parent 788e77c commit 79e2ab2
Copy full SHA for 79e2ab2

File tree

Expand file treeCollapse file tree

2 files changed

+2
-6
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

2 files changed

+2
-6
lines changed
Open diff view settings
Collapse file

‎.github/workflows/build-windows.yml‎

Copy file name to clipboardExpand all lines: .github/workflows/build-windows.yml
+1-5Lines changed: 1 addition & 5 deletions
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:
Collapse file

‎.github/workflows/coverage-windows.yml‎

Copy file name to clipboardExpand all lines: .github/workflows/coverage-windows.yml
+1-1Lines changed: 1 addition & 1 deletion
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.