diff --git a/.github/workflows/cmake_windows.yml b/.github/workflows/cmake_windows.yml index 88901d4..95fda1b 100644 --- a/.github/workflows/cmake_windows.yml +++ b/.github/workflows/cmake_windows.yml @@ -20,7 +20,7 @@ jobs: uses: microsoft/setup-msbuild@v1.1 # Set up Visual Studio environment (MSBuild) - name: Configure CMake - run: cmake -S . -B Build -G "Visual Studio 16 2019" -DENABLE_UNIT_TESTS=ON # Configure CMake for Visual Studio 2019 + run: cmake -S . -B Build -G "Visual Studio 17 2022" -DENABLE_UNIT_TESTS=ON # Configure CMake for Visual Studio - name: Build run: cmake --build Build --config Release # Build the project using CMake with Release configuration diff --git a/README.md b/README.md index 688aa03..2302d21 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # Asynchronous Multicast Delegates in Modern C++ ![License MIT](https://img.shields.io/github/license/BehaviorTree/BehaviorTree.CPP?color=blue) -[![conan Ubuntu](https://github.com/endurodave/AsyncMulticastDelegateModern/actions/workflows/cpp_delegates.yml/badge.svg)](https://github.com/endurodave/AsyncMulticastDelegateModern/actions/workflows/cpp_delegates.yml) +[![conan Ubuntu](https://github.com/endurodave/AsyncMulticastDelegateModern/actions/workflows/cmake_ubuntu.yml/badge.svg)](https://github.com/endurodave/AsyncMulticastDelegateModern/actions/workflows/cmake_ubuntu.yml) +[![conan Windows](https://github.com/endurodave/AsyncMulticastDelegateModern/actions/workflows/cmake_windows.yml/badge.svg)](https://github.com/endurodave/AsyncMulticastDelegateModern/actions/workflows/cmake_windows.yml) A C++ standards compliant delegate library capable of targeting any callable function synchronously or asynchronously.