mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-03-23 19:44:13 +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 [[ "$MB_PYTHON_VERSION" == pypy3* ]]; then
|
||||||
if [[ "$TRAVIS_OS_NAME" != "macos-latest" ]]; 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
|
else
|
||||||
MB_PYTHON_OSX_VER="10.9"
|
MB_PYTHON_OSX_VER="10.9"
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in New Issue
Block a user