Skip to content

Commit 8cd47a5

Browse files
committed
conan-io#175 Fix Appveyor build
Signed-off-by: Uilian Ries <[email protected]>
1 parent 502bc7e commit 8cd47a5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

appveyor.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@ environment:
2020
- PYVER: py38
2121
TOXENV: py38-conancurrent
2222

23-
# Conan 1.21.x
23+
# Conan 1.23.x
2424
- PYVER: py38
25-
TOXENV: py38-conan121
25+
TOXENV: py38-conan123
2626

27-
# Conan 1.20.x
27+
# Conan 1.22.x
2828
- PYVER: py38
29-
TOXENV: py38-conan120
29+
TOXENV: py38-conan122
3030

3131
install:
3232
- set PATH=%PATH%;%PYTHON%/Scripts/

0 commit comments

Comments
 (0)