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 f2877ea commit e6a1e69Copy full SHA for e6a1e69
.github/workflows/tests.yml
@@ -63,15 +63,15 @@ jobs:
63
msvc:
64
strategy:
65
matrix:
66
- version: [14.29, 14.33]
+ version: [2019, 2022]
67
fail-fast: false
68
- name: "MSVC ${{ matrix.version }} (C++20)"
+ name: "MSVC (Visual Studio ${{ 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
- toolset: ${{ matrix.version }}
+ vsversion: ${{ matrix.version }}
75
- name: "Install Ninja & CMake"
76
run: choco install ninja cmake
77
- uses: actions/checkout@v2
0 commit comments