re-enable MacOS universal2 build

This commit is contained in:
Jay Lee
2021-04-20 15:56:27 -04:00
parent 6ddfdf2514
commit d3b7700c07
2 changed files with 6 additions and 6 deletions

View File

@ -25,7 +25,7 @@ cd ~
if [ "$PLATFORM" == "x86_64" ]; then
export pyfile=python-$BUILD_PYTHON_VERSION-macosx10.9.pkg
else
export pyfile=python-$BUILD_PYTHON_VERSION-macos11.0.pkg
export pyfile=python-$BUILD_PYTHON_VERSION-macos11.pkg
fi
wget https://www.python.org/ftp/python/$BUILD_PYTHON_VERSION/$pyfile

View File

@ -56,11 +56,11 @@ jobs:
goal: "build"
gamos: "macos"
platform: "x86_64"
# - os: macos-11.0
# jid: 12
# goal: "build"
# gamos: "macos"
# platform: "universal2"
- os: macos-11.0
jid: 12
goal: "build"
gamos: "macos"
platform: "universal2"
- os: windows-2019
jid: 5
goal: "build"