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 if [ "$PLATFORM" == "x86_64" ]; then
export pyfile=python-$BUILD_PYTHON_VERSION-macosx10.9.pkg export pyfile=python-$BUILD_PYTHON_VERSION-macosx10.9.pkg
else else
export pyfile=python-$BUILD_PYTHON_VERSION-macos11.0.pkg export pyfile=python-$BUILD_PYTHON_VERSION-macos11.pkg
fi fi
wget https://www.python.org/ftp/python/$BUILD_PYTHON_VERSION/$pyfile wget https://www.python.org/ftp/python/$BUILD_PYTHON_VERSION/$pyfile

View File

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