Skip to content

Commit

Permalink
Remove msvc 191 from build matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
jarlela committed Jun 11, 2024
1 parent af09d5b commit 70b7dcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-conan-msvc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
matrix:
conan: ["2.0"]
profile: [msvc17]
compiler_version: [191, 192, 193]
compiler_version: [192, 193]
build_type: [Debug, Release]
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 70b7dcc

Please sign in to comment.