From 55f157cedaa69142c3a585844c62f2ec7a1b5300 Mon Sep 17 00:00:00 2001 From: Dan Paulat Date: Thu, 15 Jun 2023 23:30:33 -0500 Subject: [PATCH] GitHub upgraded windows-2022 runner to MSVC 14.36 in 20230612.1 - Need to investigate if there is a way to keep this from breaking on upgrade in the future --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 55e18b1d..403584d1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,7 +27,7 @@ jobs: env_cxx: '' compiler: msvc msvc_arch: x64 - msvc_toolset: 14.35 + msvc_toolset: 14.36 msvc_version: 2022 qt_version: 6.5.0 qt_arch: win64_msvc2019_64