Skip to content

Commit e9483b6

Browse files
committed
back to toolset versions
1 parent e6a1e69 commit e9483b6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,15 +63,15 @@ jobs:
6363
msvc:
6464
strategy:
6565
matrix:
66-
version: [2019, 2022]
66+
version: [14.29, 14.33]
6767
fail-fast: false
68-
name: "MSVC (Visual Studio ${{ matrix.version }}) (C++20)"
68+
name: "MSVC ${{ matrix.version }} (C++20)"
6969
runs-on: windows-2022
7070
steps:
7171
- name: Add MSVC ${{ matrix.version }} to PATH
7272
uses: ilammy/msvc-dev-cmd@v1
7373
with:
74-
vsversion: ${{ matrix.version }}
74+
toolset: ${{ matrix.version }}
7575
- name: "Install Ninja & CMake"
7676
run: choco install ninja cmake
7777
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)