From 5eeea0c4eef63513ce6639198949b2857e1dd730 Mon Sep 17 00:00:00 2001 From: Sebastian Solnica Date: Fri, 7 Apr 2023 07:00:49 +0200 Subject: [PATCH] Update toolset for release builds --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 92400fe..83b77b9 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -24,6 +24,7 @@ jobs: - uses: ilammy/msvc-dev-cmd@v1 with: arch: ${{ matrix.arch }} + toolset: 14.35 - run: | $tagVersions = ([System.IO.Path]::GetFileName("$env:GITHUB_REF") -split "-",0,"SimpleMatch")[0] -split ".",0,"SimpleMatch"