diff --git a/.github/workflows/build-test.yml b/.github/workflows/build-test.yml index d41c12859..b808ba925 100644 --- a/.github/workflows/build-test.yml +++ b/.github/workflows/build-test.yml @@ -39,7 +39,7 @@ jobs: install_mdns: true dns_sd_mode: unicast include: - - os: windows-2019 + - os: windows-2022 install_mdns: false use_conan: true force_cpprest_asio: true diff --git a/.github/workflows/src/build-test.yml b/.github/workflows/src/build-test.yml index 871fb2173..d4e11bfa9 100644 --- a/.github/workflows/src/build-test.yml +++ b/.github/workflows/src/build-test.yml @@ -39,7 +39,7 @@ jobs: install_mdns: true dns_sd_mode: unicast include: - - os: windows-2019 + - os: windows-2022 install_mdns: false use_conan: true force_cpprest_asio: true diff --git a/README.md b/README.md index 050394924..2d222743e 100644 --- a/README.md +++ b/README.md @@ -62,7 +62,7 @@ The following configurations, defined by the [build-test](.github/workflows/src/ | Linux | Ubuntu 20.04 (GCC 9.4.0) | mDNSResponder | Secure Communications
Multicast DNS-SD | | Linux | Ubuntu 14.04 (GCC 4.8.4) | mDNSResponder, not using Conan | Secure Communications
Multicast DNS-SD | | Windows | Server 2019 (VS 2019) | Bonjour (mDNSResponder), WinHTTP | Secure Communications
Multicast DNS-SD | -| Windows | Server 2019 (VS 2019) | Bonjour (mDNSResponder), ASIO | Secure Communications
Multicast DNS-SD | +| Windows | Server 2022 (VS 2022) | Bonjour (mDNSResponder), ASIO | Secure Communications
Multicast DNS-SD | | macOS | 11 (AppleClang 13.0) | Bonjour (mDNSResponder) | Secure Communications
Multicast DNS-SD | The [AMWA NMOS API Testing Tool](https://github.com/AMWA-TV/nmos-testing) is automatically run against the APIs of the **nmos-cpp-node** and **nmos-cpp-registry** applications.