Skip to content

Commit 2804f2d

Browse files
committed
build: remove windows-2022 from v16.x actions
1 parent 1e47815 commit 2804f2d

File tree

3 files changed

+7
-11
lines changed

3 files changed

+7
-11
lines changed

.github/workflows/build-windows.yml

Lines 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:

.github/workflows/coverage-windows.yml

Lines 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:

BUILDING.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -159,11 +159,11 @@ platforms. This is true regardless of entries in the table below.
159159

160160
Depending on the host platform, the selection of toolchains may vary.
161161

162-
| Operating System | Compiler Versions |
163-
| ---------------- | -------------------------------------------------------------- |
164-
| Linux | GCC >= 8.3 |
165-
| Windows | Visual Studio >= 2019 with the Windows 10 SDK on a 64-bit host |
166-
| macOS | Xcode >= 11 (Apple LLVM >= 11) |
162+
| Operating System | Compiler Versions |
163+
| ---------------- | ----------------------------------------------------------- |
164+
| Linux | GCC >= 8.3 |
165+
| Windows | Visual Studio 2019 with the Windows 10 SDK on a 64-bit host |
166+
| macOS | Xcode >= 11 (Apple LLVM >= 11) |
167167

168168
### Official binary platforms and toolchains
169169

0 commit comments

Comments
 (0)