From 8851810658220231c798a27d67c78d74e6193869 Mon Sep 17 00:00:00 2001 From: Eike Ziller Date: Thu, 17 Feb 2022 11:03:18 +0100 Subject: [PATCH] GitHub: Explicitly use MSVC 2019 machines windows-latest is "transitioning to 2022" currently, and that seems to mean that for some users this is already 2022 and for some still 2019. Explicitly state something. Change-Id: I1e7ba6fa60b9fe44c78505b322ff8278c2e41ee6 Reviewed-by: Alessandro Portale --- .github/workflows/build_cmake.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build_cmake.yml b/.github/workflows/build_cmake.yml index 5d4585d33ad..25e087fb25f 100644 --- a/.github/workflows/build_cmake.yml +++ b/.github/workflows/build_cmake.yml @@ -25,8 +25,8 @@ jobs: matrix: config: - { - name: "Windows Latest MSVC", artifact: "Windows-MSVC", - os: windows-latest, + name: "Windows MSVC 2019", artifact: "Windows-MSVC", + os: windows-2019, cc: "cl", cxx: "cl", environment_script: "C:/Program Files (x86)/Microsoft Visual Studio/2019/Enterprise/VC/Auxiliary/Build/vcvars64.bat", is_msvc: true