From 8c056a780b593619a394ea0f46b9287287b3a29c Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Mon, 2 Jan 2023 12:12:54 +0100 Subject: workflows/ci: add VS 2022 builds --- .github/workflows/ci.yml | 3 ++- cmake | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d655be9..3e83d06 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,7 +9,7 @@ jobs: build: strategy: matrix: - toolset: [mingw, vs2019] + toolset: [mingw, vs2019, vs2022] platform: [x64, x86] configuration: [Debug, Release] include: @@ -17,6 +17,7 @@ jobs: # and it's much faster. - {toolset: mingw, os: ubuntu-latest} - {toolset: vs2019, os: windows-2019} + - {toolset: vs2022, os: windows-2022} runs-on: '${{ matrix.os }}' name: 'Build: ${{ matrix.toolset }} / ${{ matrix.platform }} / ${{ matrix.configuration }}' defaults: diff --git a/cmake b/cmake index f12965b..b230fff 160000 --- a/cmake +++ b/cmake @@ -1 +1 @@ -Subproject commit f12965b98ab7f3ceda8c123823e17ad3e6751ed4 +Subproject commit b230fffce638cdac8837ba9d9d343d9a93cef2ee -- cgit v1.2.3