diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2023-01-02 12:12:54 +0100 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2023-01-02 12:12:54 +0100 |
commit | 8c056a780b593619a394ea0f46b9287287b3a29c (patch) | |
tree | 4c218d19d892e110932f08c459db337f04d25319 | |
parent | workflows/ci: upgrade actions (diff) | |
download | privilege-check-8c056a780b593619a394ea0f46b9287287b3a29c.tar.gz privilege-check-8c056a780b593619a394ea0f46b9287287b3a29c.zip |
workflows/ci: add VS 2022 builds
-rw-r--r-- | .github/workflows/ci.yml | 3 | ||||
m--------- | cmake | 0 |
2 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: diff --git a/cmake b/cmake -Subproject f12965b98ab7f3ceda8c123823e17ad3e6751ed +Subproject b230fffce638cdac8837ba9d9d343d9a93cef2e |