Skip to content

Commit

Permalink
Use windows-2019 for build with toolset v141
Browse files Browse the repository at this point in the history
Signed-off-by: Vladislav Shchapov <vladislav@shchapov.ru>
  • Loading branch information
phprus authored and Dead2 committed May 19, 2024
1 parent 4af7963 commit 4104d81
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -479,15 +479,15 @@ jobs:
compiler: cl
cmake-args: -G "Visual Studio 17 2022" -A x64 -T v142

- name: Windows MSVC 2022 v141 Win32
os: windows-latest
- name: Windows MSVC 2019 v141 Win32
os: windows-2019
compiler: cl
cmake-args: -G "Visual Studio 17 2022" -A Win32 -T v141
cmake-args: -G "Visual Studio 16 2019" -A Win32 -T v141

- name: Windows MSVC 2022 v141 Win64
os: windows-latest
- name: Windows MSVC 2019 v141 Win64
os: windows-2019
compiler: cl
cmake-args: -G "Visual Studio 17 2022" -A x64 -T v141
cmake-args: -G "Visual Studio 16 2019" -A x64 -T v141

- name: Windows MSVC 2019 v140 Win32
os: windows-2019
Expand Down

0 comments on commit 4104d81

Please sign in to comment.