Skip to content

Commit b5ad68b

Browse files
authored
Merge pull request boostorg#775 from Flamefire/appveyor
Remove unsupported compilers from Appveyor
2 parents ba5026b + c9a4e6c commit b5ad68b

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.appveyor.yml

-3
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,6 @@ environment:
2121
- { APPVEYOR_BUILD_WORKER_IMAGE: 'Visual Studio 2019', ADDRMDL: 64, TOOLSET: 'msvc-14.2' }
2222
- { APPVEYOR_BUILD_WORKER_IMAGE: 'Visual Studio 2017', ADDRMDL: 64, TOOLSET: 'msvc-14.1' }
2323
- { APPVEYOR_BUILD_WORKER_IMAGE: 'Visual Studio 2015', ADDRMDL: 64, TOOLSET: 'msvc-14.0' }
24-
- { APPVEYOR_BUILD_WORKER_IMAGE: 'Visual Studio 2015', ADDRMDL: 64, TOOLSET: 'msvc-12.0' }
25-
- { APPVEYOR_BUILD_WORKER_IMAGE: 'Visual Studio 2015', ADDRMDL: 32, TOOLSET: 'msvc-11.0' }
26-
- { APPVEYOR_BUILD_WORKER_IMAGE: 'Visual Studio 2015', ADDRMDL: 32, TOOLSET: 'msvc-10.0' }
2724

2825
cache:
2926
- '%USERPROFILE%\clcache'

0 commit comments

Comments
 (0)