aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.github
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2023-01-02 12:12:54 +0100
committerEgor Tensin <Egor.Tensin@gmail.com>2023-01-02 12:12:54 +0100
commit8c056a780b593619a394ea0f46b9287287b3a29c (patch)
tree4c218d19d892e110932f08c459db337f04d25319 /.github
parentworkflows/ci: upgrade actions (diff)
downloadprivilege-check-8c056a780b593619a394ea0f46b9287287b3a29c.tar.gz
privilege-check-8c056a780b593619a394ea0f46b9287287b3a29c.zip
workflows/ci: add VS 2022 builds
Diffstat (limited to '')
-rw-r--r--.github/workflows/ci.yml3
1 files changed, 2 insertions, 1 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: