Skip to content

Commit

Permalink
build: remove windows-2022 from v16.x actions
Browse files Browse the repository at this point in the history
  • Loading branch information
danielleadams committed Mar 11, 2022
1 parent 1e47815 commit 2804f2d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 11 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/build-windows.yml
Expand Up @@ -26,11 +26,7 @@ env:
jobs:
build-windows:
if: github.event.pull_request.draft == false
strategy:
matrix:
windows: [windows-2019, windows-2022]
fail-fast: false
runs-on: ${{ matrix.windows }}
runs-on: windows-2019
steps:
- uses: actions/checkout@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/coverage-windows.yml
Expand Up @@ -31,7 +31,7 @@ env:
jobs:
coverage-windows:
if: github.event.pull_request.draft == false
runs-on: windows-latest
runs-on: windows-2019
steps:
- uses: actions/checkout@v2
with:
Expand Down
10 changes: 5 additions & 5 deletions BUILDING.md
Expand Up @@ -159,11 +159,11 @@ platforms. This is true regardless of entries in the table below.

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

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

### Official binary platforms and toolchains

Expand Down

0 comments on commit 2804f2d

Please sign in to comment.