From 6472d1fdf7a1824c01fcdb1e8227d69427e2a6fa Mon Sep 17 00:00:00 2001 From: Andrew Murray Date: Thu, 26 Aug 2021 18:40:22 +1000 Subject: [PATCH] Updated Linux PyPy jobs to new default MB_ML_VER of 2014 --- .github/workflows/build.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/build.sh b/.github/workflows/build.sh index 5cd842df8..d53d27815 100755 --- a/.github/workflows/build.sh +++ b/.github/workflows/build.sh @@ -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"