File tree Expand file tree Collapse file tree 3 files changed +7
-11
lines changed Expand file tree Collapse file tree 3 files changed +7
-11
lines changed Original file line number Diff line number Diff line change 2626jobs :
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 :
Original file line number Diff line number Diff line change 3131jobs :
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 :
Original file line number Diff line number Diff line change @@ -159,11 +159,11 @@ platforms. This is true regardless of entries in the table below.
159159
160160Depending 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
You can’t perform that action at this time.
0 commit comments