mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-16 04:16:35 +03:00
Merge pull request #218 from radarhere/plat
Test 64-bit Linux PyPy on focal
This commit is contained in:
commit
883a7d7b52
5
.github/workflows/build.sh
vendored
5
.github/workflows/build.sh
vendored
|
@ -7,10 +7,11 @@ if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
|
|||
fi
|
||||
|
||||
if [[ "$MB_PYTHON_VERSION" == pypy3* ]]; then
|
||||
if [[ "$TRAVIS_OS_NAME" != "macos-latest" ]]; then
|
||||
MB_PYTHON_OSX_VER="10.9"
|
||||
if [[ "$PLAT" == "i686" ]]; then
|
||||
DOCKER_TEST_IMAGE="multibuild/xenial_$PLAT"
|
||||
else
|
||||
MB_PYTHON_OSX_VER="10.9"
|
||||
DOCKER_TEST_IMAGE="multibuild/focal_$PLAT"
|
||||
fi
|
||||
fi
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user