Den lör 9 maj 2026 kl 13:07 skrev GitBox <[email protected]>: > > > The GitHub Actions job "Windows (CMake)" on serf.git/trunk has succeeded. > Run started by GitHub user asf-gitbox-commits (triggered by > asf-gitbox-commits). > > Head commit for run: > a7071c442947a6c0ee61e2187157a167fbee4d95 / Daniel Sahlberg > <[email protected]> > Update Github Actions trying to resolve a build failure on Windows. > > According to the GitHub documentation for windows-latest (at the time of > writing, see [1]), the image should contain Visual Studio Enterprise 2022 > (internal version 17). However the error message for the workflow run > indicate that Visual Studio 2026 (internal version 18) is installed > (VSINSTALLDIR: C:\Program Files\Microsoft Visual Studio\18\Enterprise\). > > Force the Visual Studio 17 (2022) generator builds to windows-2022. Add new > builds on windows-latest using Visual Studio 18 (2026). > > * .github/workflows/windows-cmake.yml > (#matrix): As above > > [1] > https://github.com/actions/runner-images/blob/ae00039c757055f46d9ecf46ae79f26fadad8ef4/images/windows/Windows2025-Readme.md > > > git-svn-id: https://svn.apache.org/repos/asf/serf/trunk@1933983 > 13f79535-47bb-0310-9956-ffa450edef68 > > Report URL: https://github.com/apache/serf/actions/runs/25599529749 > > With regards, > GitHub Actions via GitBox >
Yay! @GitHub: How about documenting the fact that windows-latest default to Visual Studio 2026? Cheers, Daniel
