Skip to content

Commit

Permalink
Updated DOCKER_TEST_IMAGE to focal
Browse files Browse the repository at this point in the history
  • Loading branch information
radarhere committed Aug 26, 2021
1 parent 2d6ba5f commit 49ea8c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ fi

if [[ "$MB_PYTHON_VERSION" == pypy3* ]]; then
if [[ "$TRAVIS_OS_NAME" != "macos-latest" ]]; then
DOCKER_TEST_IMAGE="multibuild/xenial_$PLAT"
DOCKER_TEST_IMAGE="multibuild/focal_$PLAT"
else
MB_PYTHON_OSX_VER="10.9"
fi
Expand Down

0 comments on commit 49ea8c4

Please sign in to comment.