From 30ece9d26bdb0334cda972410e722c079bcd7387 Mon Sep 17 00:00:00 2001 From: Aaron Barany Date: Sun, 19 May 2024 14:52:15 -0700 Subject: [PATCH] Switched to windows-2019 CI image. The windows-latest image has removed the v141 toolset used as the current minimum target. --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index c36d3cc..aa3d980 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -149,7 +149,7 @@ jobs: check_name: Tests (Mac ${{ matrix.lib_type }} Release) junit_files: "${{ env.test_results_location }}/*.xml" Windows: - runs-on: windows-latest + runs-on: windows-2019 strategy: matrix: include: