Skip to content

Commit ee2a92f

Browse files
authored
Merge pull request #6550 from radarhere/winbuild_readme
2 parents d6e59bc + 172f1f3 commit ee2a92f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

winbuild/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ For more extensive info, see the [Windows build instructions](build.rst).
1111
* Requires Microsoft Visual Studio 2017 or newer with C++ component.
1212
* Requires NASM for libjpeg-turbo, a required dependency when using this script.
1313
* Requires CMake 3.12 or newer (available as Visual Studio component).
14-
* Tested on Windows Server 2016 with Visual Studio 2017 Community (AppVeyor).
15-
* Tested on Windows Server 2019 with Visual Studio 2019 Enterprise (GitHub Actions).
14+
* Tested on Windows Server 2016 with Visual Studio 2017 Community, and Windows Server 2019 with Visual Studio 2022 Community (AppVeyor).
15+
* Tested on Windows Server 2022 with Visual Studio 2022 Enterprise (GitHub Actions).
1616

1717
The following is a simplified version of the script used on AppVeyor:
1818
```

0 commit comments

Comments
 (0)