Skip to content

Commit

Permalink
ci: removed deprecated msvc runner
Browse files Browse the repository at this point in the history
  • Loading branch information
sergiud committed Dec 14, 2021
1 parent d09b999 commit c575116
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,9 @@ jobs:
build_type: [Debug, Release]
extra: [no-custom-prefix, custom-prefix]
lib: [shared, static]
msvc: [VS-15-2017, VS-16-2019, VS-17-2022]
msvc: [VS-16-2019, VS-17-2022]
std: [98, 11, 14, 17, 20]
include:
- msvc: VS-15-2017
os: windows-2016
generator: 'Visual Studio 15 2017'
- msvc: VS-16-2019
os: windows-2019
generator: 'Visual Studio 16 2019'
Expand Down

0 comments on commit c575116

Please sign in to comment.