aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2023-01-02 11:30:44 +0100
committerEgor Tensin <Egor.Tensin@gmail.com>2023-01-02 11:30:53 +0100
commit03385b2e14bf1b8fa3d7f97e7319dfd54acf9451 (patch)
treedee45ce9e2078e4c24b31e8597f1b83c9abc5422
parentworkflows/ci: upgrade actions (diff)
downloadwinapi-utf8-03385b2e14bf1b8fa3d7f97e7319dfd54acf9451.tar.gz
winapi-utf8-03385b2e14bf1b8fa3d7f97e7319dfd54acf9451.zip
workflows/ci: add VS 2022 builds
This includes bumping the Boost version, because windows-2022 runners can no longer build older releases.
-rw-r--r--.github/workflows/ci.yml5
m---------cmake0
2 files changed, 3 insertions, 2 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 1d09362..7ab8d34 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -6,7 +6,7 @@ on:
workflow_dispatch:
env:
- BOOST_VERSION: 1.72.0
+ BOOST_VERSION: 1.81.0
CMAKE_FLAGS: -D WINAPI_UTF8_TESTS=ON
jobs:
@@ -25,7 +25,7 @@ jobs:
build:
strategy:
matrix:
- toolset: [mingw, vs2019]
+ toolset: [mingw, vs2019, vs2022]
platform: [x64, x86]
configuration: [Debug, RelWithDebInfo]
include:
@@ -33,6 +33,7 @@ jobs:
# 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
-Subproject 2cd523ccab34b90c37ea9c0057af1192cb64dd9
+Subproject b230fffce638cdac8837ba9d9d343d9a93cef2e