Skip to content

Commit 70b7dcc

Browse files
committed
Remove msvc 191 from build matrix
1 parent af09d5b commit 70b7dcc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-conan-msvc.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
matrix:
2222
conan: ["2.0"]
2323
profile: [msvc17]
24-
compiler_version: [191, 192, 193]
24+
compiler_version: [192, 193]
2525
build_type: [Debug, Release]
2626
steps:
2727
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)