Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Switch one runner to windows-2022 to test VS 2022 #282

Merged
merged 4 commits into from
Oct 31, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading