We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6a1e69 commit e9483b6Copy full SHA for e9483b6
.github/workflows/tests.yml
@@ -63,15 +63,15 @@ jobs:
63
msvc:
64
strategy:
65
matrix:
66
- version: [2019, 2022]
+ version: [14.29, 14.33]
67
fail-fast: false
68
- name: "MSVC (Visual Studio ${{ matrix.version }}) (C++20)"
+ name: "MSVC ${{ matrix.version }} (C++20)"
69
runs-on: windows-2022
70
steps:
71
- name: Add MSVC ${{ matrix.version }} to PATH
72
uses: ilammy/msvc-dev-cmd@v1
73
with:
74
- vsversion: ${{ matrix.version }}
+ toolset: ${{ matrix.version }}
75
- name: "Install Ninja & CMake"
76
run: choco install ninja cmake
77
- uses: actions/checkout@v2
0 commit comments