mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-03-13 17:25:49 +03:00
Test 64-bit Linux PyPy on focal
This commit is contained in:
parent
7fc35c0c64
commit
35e0e57a38
6
.github/workflows/build.sh
vendored
6
.github/workflows/build.sh
vendored
|
@ -8,7 +8,11 @@ fi
|
|||
|
||||
if [[ "$MB_PYTHON_VERSION" == pypy3* ]]; then
|
||||
if [[ "$TRAVIS_OS_NAME" != "macos-latest" ]]; then
|
||||
DOCKER_TEST_IMAGE="multibuild/xenial_$PLAT"
|
||||
if [[ "$PLAT" == "i686" ]]; then
|
||||
DOCKER_TEST_IMAGE="multibuild/xenial_$PLAT"
|
||||
else
|
||||
DOCKER_TEST_IMAGE="multibuild/focal_$PLAT"
|
||||
fi
|
||||
else
|
||||
MB_PYTHON_OSX_VER="10.9"
|
||||
fi
|
||||
|
|
Loading…
Reference in New Issue
Block a user