From 25edcffd0e69fd521db0c2fb87cf9400f508af48 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Mon, 2 Jan 2023 12:51:13 +0100 Subject: workflows/ci: add VS 2022 builds This includes bumping the Boost version, because windows-2022 runners can no longer build older releases. --- .github/workflows/ci.yml | 5 +++-- 3rdparty/winapi/common | 2 +- cmake | 2 +- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 82f63fe..dd96114 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,15 +21,16 @@ jobs: build: strategy: matrix: - toolset: [mingw, vs2019] + toolset: [mingw, vs2019, vs2022] platform: [x64, x86] configuration: [Debug, RelWithDebInfo] include: - - boost-version: 1.72.0 + - boost-version: 1.81.0 # MinGW builds are done on Linux, since it's more up-to-date there, # 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/3rdparty/winapi/common b/3rdparty/winapi/common index bfdf541..d36e771 160000 --- a/3rdparty/winapi/common +++ b/3rdparty/winapi/common @@ -1 +1 @@ -Subproject commit bfdf5415b5e025d795a1a7ee89946b00708f50b2 +Subproject commit d36e771bc80b4ef2035cd08a451f7083d54d15f9 diff --git a/cmake b/cmake index 2cd523c..b230fff 160000 --- a/cmake +++ b/cmake @@ -1 +1 @@ -Subproject commit 2cd523ccab34b90c37ea9c0057af1192cb64dd95 +Subproject commit b230fffce638cdac8837ba9d9d343d9a93cef2ee -- cgit v1.2.3