Updated Linux PyPy jobs to new default MB_ML_VER of 2014

This commit is contained in:
Andrew Murray 2021-08-26 18:40:22 +10:00
parent f7b523e255
commit 6472d1fdf7

View File

@ -8,7 +8,6 @@ fi
if [[ "$MB_PYTHON_VERSION" == pypy3* ]]; then
if [[ "$TRAVIS_OS_NAME" != "macos-latest" ]]; then
MB_ML_VER="2010"
DOCKER_TEST_IMAGE="multibuild/xenial_$PLAT"
else
MB_PYTHON_OSX_VER="10.9"