Skip to content
This repository has been archived by the owner on Oct 8, 2024. It is now read-only.

Commit

Permalink
Merge pull request #218 from radarhere/plat
Browse files Browse the repository at this point in the history
Test 64-bit Linux PyPy on focal
  • Loading branch information
radarhere authored Aug 27, 2021
2 parents 7fc35c0 + 510512e commit 883a7d7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 883a7d7

Please sign in to comment.