diff --git a/.github/workflows/msvc_windows.yml b/.github/workflows/msvc_windows.yml index 23be5a0dd..758e24cd2 100644 --- a/.github/workflows/msvc_windows.yml +++ b/.github/workflows/msvc_windows.yml @@ -6,6 +6,8 @@ jobs: steps: - name: "Install latest MSVC compiler" uses: ilammy/msvc-dev-cmd@v1.12.1 + with: + vsversion: "2023" - name: "Install cmake 3.25.2" uses: lukka/get-cmake@v3.25.2 - name: "Clone the PLSSVM repository into PLSSVM/"