diff options
Diffstat (limited to '')
-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 |