From cd82e610bc782cfd723ca7bca317639c872841b7 Mon Sep 17 00:00:00 2001 From: Gareth Sylvester-Bradley Date: Thu, 20 Oct 2022 23:56:52 +0100 Subject: [PATCH] Switch one runner to windows-2022 to test VS 2022 --- .github/workflows/build-test.yml | 2 +- .github/workflows/src/build-test.yml | 2 +- README.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-test.yml b/.github/workflows/build-test.yml index e41c7cb67..a1084c884 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 e3f69b6c9..299822970 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 e0bd54da4..08760139d 100644 --- a/README.md +++ b/README.md @@ -60,7 +60,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.