Skip to content

Commit

Permalink
Merge pull request #282 from garethsb/windows-2022
Browse files Browse the repository at this point in the history
Switch one runner to windows-2022 to test VS 2022
  • Loading branch information
lo-simon authored Oct 31, 2023
2 parents d5f7df6 + c183d98 commit a584f92
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/src/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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<br/>Multicast DNS-SD |
| Linux | Ubuntu 14.04 (GCC 4.8.4) | mDNSResponder, not using Conan | Secure Communications<br/>Multicast DNS-SD |
| Windows | Server 2019 (VS 2019) | Bonjour (mDNSResponder), WinHTTP | Secure Communications<br/>Multicast DNS-SD |
| Windows | Server 2019 (VS 2019) | Bonjour (mDNSResponder), ASIO | Secure Communications<br/>Multicast DNS-SD |
| Windows | Server 2022 (VS 2022) | Bonjour (mDNSResponder), ASIO | Secure Communications<br/>Multicast DNS-SD |
| macOS | 11 (AppleClang 13.0) | Bonjour (mDNSResponder) | Secure Communications<br/>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.
Expand Down

0 comments on commit a584f92

Please sign in to comment.