Skip to content

Commit

Permalink
- added Visual Studio 2022 target to continuous integration
Browse files Browse the repository at this point in the history
  • Loading branch information
alexey-lysiuk committed Jan 15, 2022
1 parent 79c9b97 commit c3fc4e3
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/continuous_integration.yml
Expand Up @@ -11,13 +11,19 @@ jobs:
matrix:
config:
- {
name: "Visual Studio 64-bit",
name: "Visual Studio 2022",
os: windows-2022,
extra_options: "-A x64",
build_type: "Release"
}
- {
name: "Visual Studio 2019",
os: windows-2019,
extra_options: "-A x64",
build_type: "Release"
}
- {
name: "Visual Studio 64-bit",
name: "Visual Studio 2019",
os: windows-2019,
extra_options: "-A x64",
build_type: "Debug"
Expand Down

0 comments on commit c3fc4e3

Please sign in to comment.